From beb95fb5fc166804056abafd70fc01ac27de7621 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Mon, 26 Jan 2026 09:11:00 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 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