From 89380e6260a75d1d3b94de687ebcc2f50d50659d Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 03 Feb 2026 15:44:33 +0800
Subject: [PATCH] feat:环境变量配置调整

---
 applications/drone-command/src/styles/sidebar.scss |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/applications/drone-command/src/styles/sidebar.scss b/applications/drone-command/src/styles/sidebar.scss
index 1065933..7732087 100644
--- a/applications/drone-command/src/styles/sidebar.scss
+++ b/applications/drone-command/src/styles/sidebar.scss
@@ -17,7 +17,7 @@
   }
 
   .avue-menu {
-    height: calc(100% - #{$top_height});
+    height: calc(100% - 42px);
   }
 
   &--tip {
@@ -83,9 +83,10 @@
         top: 0;
         left: 0;
         bottom: 0;
-        width: 4px;
+        width: 2px;
         background: #0041FF;
         position: absolute;
+        border-right: 1px solid #1D56FF;
       }
 
       background-color: rgba(0, 0, 0, .8);

--
Gitblit v1.9.3