From b745ea141fbbaea16b9b13ce18b778fc50f6fcd0 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 07 Jan 2026 16:43:26 +0800
Subject: [PATCH] feat:反无系统基建相关处理

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

diff --git a/applications/drone-command/src/styles/common.scss b/applications/drone-command/src/styles/common.scss
index 6d8c733..6f734ad 100644
--- a/applications/drone-command/src/styles/common.scss
+++ b/applications/drone-command/src/styles/common.scss
@@ -63,12 +63,12 @@
     top: 0;
     left: 0;
     width: 100%;
-    height: 97px;
+    height: 109px;
     z-index: 9;
   }
 
   > .leaf-container {
-    padding-top: 97px;
+    padding-top: 109px;
     width: 160px;
     height: 100%;
 
@@ -125,7 +125,6 @@
 }
 
 .main-avue-view-container {
-  margin-top: 97px;
   height: 0;
   flex: 1;
   display: flex;

--
Gitblit v1.9.3