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 |   31 ++++++++++++++++++++++++++++++-
 1 files changed, 30 insertions(+), 1 deletions(-)

diff --git a/src/styles/element-ui.scss b/src/styles/element-ui.scss
index 938aeb8..b5d66e3 100644
--- a/src/styles/element-ui.scss
+++ b/src/styles/element-ui.scss
@@ -138,4 +138,33 @@
       }
     }
   }
-}
\ 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;
+    }
+
+    .el-form-item {
+      margin-bottom: 8px !important;
+    }
+  }
+}
+
+// ----------空域规划-----空域录入样式相关----------
\ No newline at end of file

--
Gitblit v1.9.3