From 02409bfbe15f22fc3b5dccadabfd860a660a49d9 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Sat, 11 Oct 2025 10:37:14 +0800
Subject: [PATCH] feat: 名称修改

---
 src/styles/element-ui.scss |   54 +++++++++++++++++++++++++++++++++++++++++++++++++++++-
 1 files changed, 53 insertions(+), 1 deletions(-)

diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 47078bb..b5d66e3 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -115,4 +115,56 @@
     display: flex;
     flex-direction: column;
   }
-}
\ No newline at end of file
+}
+
+.ztzf-public-general-avue-crud {
+  .el-table {
+    tr {
+      min-height: 30px !important;
+      line-height: 30px !important;
+      box-sizing: border-box !important;
+    }
+
+    tr th,
+    tr td {
+      padding: 6px 0 !important;
+      min-height: 30px !important;
+      line-height: 30px !important;
+      box-sizing: border-box !important;
+
+      div.cell {
+        min-height: 30px !important;
+        line-height: 30px !important;
+      }
+    }
+  }
+}
+
+// ----------空域规划-----空域录入样式相关----------
+.airspace-dialog {
+  .el-dialog__header {
+    span {
+      padding-left: 16px !important;
+      display: inline-block;
+    }
+
+    .el-dialog__title {
+      font-family: 'Source Han Sans CN' !important;
+      font-weight: bold !important;
+      font-size: 16px !important;
+      color: #363636 !important;
+    }
+  }
+
+  .el-dialog__body {
+    .el-textarea__inner {
+      resize: none !important;
+    }
+
+    .el-form-item {
+      margin-bottom: 8px !important;
+    }
+  }
+}
+
+// ----------空域规划-----空域录入样式相关----------
\ No newline at end of file

--
Gitblit v1.9.3