From 61ba454886313c6fde3d565f033a70b81b80eeec Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Sat, 17 Jan 2026 17:07:20 +0800
Subject: [PATCH] feat:出库去向相关调整
---
applications/drone-command/src/styles/common.scss | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/applications/drone-command/src/styles/common.scss b/applications/drone-command/src/styles/common.scss
index 6f734ad..877175d 100644
--- a/applications/drone-command/src/styles/common.scss
+++ b/applications/drone-command/src/styles/common.scss
@@ -8,6 +8,8 @@
// 地图编辑样式
@import './mapEdit.scss';
+@import './common/cockpit.scss';
+
a {
text-decoration: none;
color: #333;
@@ -71,6 +73,7 @@
padding-top: 109px;
width: 160px;
height: 100%;
+ box-sizing: border-box;
.avue-sidebar {
@@ -154,7 +157,7 @@
bottom: 0;
}
-.ztzf-cesium {
+.command-cesium {
.cesium-viewer {
height: 100%;
overflow: hidden;
@@ -223,7 +226,7 @@
}
}
-.ztzf-cesium {
+.command-cesium {
.cesium-viewer {
height: 100%;
overflow: hidden;
--
Gitblit v1.9.3