From dd57e0e9a989e7ee8b3e3473a7ee6a1dff06a4ae Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 27 Jan 2026 17:19:04 +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