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/common.scss |   15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/applications/drone-command/src/styles/common.scss b/applications/drone-command/src/styles/common.scss
index 6d8c733..1cadaa7 100644
--- a/applications/drone-command/src/styles/common.scss
+++ b/applications/drone-command/src/styles/common.scss
@@ -8,6 +8,9 @@
 // 地图编辑样式
 @import './mapEdit.scss';
 
+@import './common/cockpit.scss';
+@import './customFont.scss';
+
 a {
   text-decoration: none;
   color: #333;
@@ -63,14 +66,15 @@
     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%;
+    box-sizing: border-box;
 
     .avue-sidebar {
 
@@ -125,7 +129,6 @@
 }
 
 .main-avue-view-container {
-  margin-top: 97px;
   height: 0;
   flex: 1;
   display: flex;
@@ -155,7 +158,7 @@
   bottom: 0;
 }
 
-.ztzf-cesium {
+.command-cesium {
   .cesium-viewer {
     height: 100%;
     overflow: hidden;
@@ -224,7 +227,7 @@
   }
 }
 
-.ztzf-cesium {
+.command-cesium {
   .cesium-viewer {
     height: 100%;
     overflow: hidden;
@@ -248,4 +251,4 @@
   .cesium-viewer-bottom {
     display: none;
   }
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3