From 98bef7b292914db7be5d6cc291599a3462c23eed Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 29 Jan 2026 18:19:00 +0800
Subject: [PATCH] feat:区域绘制处理调整

---
 applications/drone-command/src/styles/common/cockpit.scss |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/applications/drone-command/src/styles/common/cockpit.scss b/applications/drone-command/src/styles/common/cockpit.scss
index 7837a9f..74e128f 100644
--- a/applications/drone-command/src/styles/common/cockpit.scss
+++ b/applications/drone-command/src/styles/common/cockpit.scss
@@ -582,6 +582,15 @@
     .el-input__wrapper {
         --el-input-text-color: #161B2C !important;
     }
+
+    .el-select__selection.is-near {
+        margin-left: 0;
+
+        .el-tag {
+            color: #ffffff;
+            background: #161B2C;
+        }
+    }
 }
 
 .command-select-popper.el-select__popper {

--
Gitblit v1.9.3