From 31b028f962e1cfe4c1ef91c706a90fd3aa983533 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 07 Jan 2026 18:03:12 +0800
Subject: [PATCH] feat:数据驾驶舱基础页面搭建

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

diff --git a/applications/drone-command/src/styles/sidebar.scss b/applications/drone-command/src/styles/sidebar.scss
index 1065933..2b39cc4 100644
--- a/applications/drone-command/src/styles/sidebar.scss
+++ b/applications/drone-command/src/styles/sidebar.scss
@@ -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