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 | 48 ++++++++++++++++++++++++++++++++++++++++++------
1 files changed, 42 insertions(+), 6 deletions(-)
diff --git a/applications/drone-command/src/styles/common.scss b/applications/drone-command/src/styles/common.scss
index 18ff080..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;
@@ -26,10 +29,11 @@
}
.avue-layout {
+ position: relative;
display: flex;
width: 100%;
height: 100%;
- background: url("@/assets/images/layoutBg.png") no-repeat center / 100% 100%;
+ background: #05050F;
overflow: hidden;
&--horizontal {
@@ -43,8 +47,8 @@
.avue-menu,
.el-menu-item,
.el-sub-menu__title {
- height: $top_height;
- line-height: $top_height;
+ height: $top_height !important;
+ line-height: $top_height !important;
}
.is-active:before {
@@ -55,6 +59,38 @@
.avue-logo {
width: $sidebar_width
}
+ }
+
+ > .top-container {
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 109px;
+ z-index: 9;
+ }
+
+ > .leaf-container {
+ padding-top: 109px;
+ width: 160px;
+ height: 100%;
+ box-sizing: border-box;
+
+ .avue-sidebar {
+
+ .el-menu-item,
+ .el-sub-menu__title {
+ margin-top: 26px;
+ height: $top_height !important;
+ line-height: $top_height !important;
+ }
+ }
+ }
+
+ > .right-container {
+ width: 0;
+ flex: 1;
+ height: 100%;
}
}
@@ -122,7 +158,7 @@
bottom: 0;
}
-.ztzf-cesium {
+.command-cesium {
.cesium-viewer {
height: 100%;
overflow: hidden;
@@ -191,7 +227,7 @@
}
}
-.ztzf-cesium {
+.command-cesium {
.cesium-viewer {
height: 100%;
overflow: hidden;
@@ -215,4 +251,4 @@
.cesium-viewer-bottom {
display: none;
}
-}
\ No newline at end of file
+}
--
Gitblit v1.9.3