From beb95fb5fc166804056abafd70fc01ac27de7621 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Mon, 26 Jan 2026 09:11:00 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'
---
applications/drone-command/src/styles/common.scss | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/applications/drone-command/src/styles/common.scss b/applications/drone-command/src/styles/common.scss
index 7172f8e..ff83617 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;
@@ -155,7 +157,7 @@
bottom: 0;
}
-.ztzf-cesium {
+.command-cesium {
.cesium-viewer {
height: 100%;
overflow: hidden;
@@ -224,7 +226,7 @@
}
}
-.ztzf-cesium {
+.command-cesium {
.cesium-viewer {
height: 100%;
overflow: hidden;
@@ -248,4 +250,4 @@
.cesium-viewer-bottom {
display: none;
}
-}
\ No newline at end of file
+}
--
Gitblit v1.9.3