From b5d3e5db9ef39cd0bdf6b49246be6818a58d731c Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 11 Sep 2025 13:40:01 +0800
Subject: [PATCH] feat:空域录入基础配置相关处理

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

diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 938aeb8..eb57fd8 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -138,4 +138,29 @@
       }
     }
   }
-}
\ No newline at end of file
+}
+
+// ----------空域规划-----空域录入样式相关----------
+.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;
+    }
+  }
+}
+
+// ----------空域规划-----空域录入样式相关----------
\ No newline at end of file

--
Gitblit v1.9.3