From 1d552a3bad95caae4af15322df28e6240b797693 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Thu, 13 Aug 2026 15:32:06 +0800
Subject: [PATCH] feat: app视频封面图
---
applications/drone-command/src/styles/common.scss | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/applications/drone-command/src/styles/common.scss b/applications/drone-command/src/styles/common.scss
index 6f734ad..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;
@@ -71,6 +74,7 @@
padding-top: 109px;
width: 160px;
height: 100%;
+ box-sizing: border-box;
.avue-sidebar {
@@ -154,7 +158,7 @@
bottom: 0;
}
-.ztzf-cesium {
+.command-cesium {
.cesium-viewer {
height: 100%;
overflow: hidden;
@@ -223,7 +227,7 @@
}
}
-.ztzf-cesium {
+.command-cesium {
.cesium-viewer {
height: 100%;
overflow: hidden;
@@ -247,4 +251,4 @@
.cesium-viewer-bottom {
display: none;
}
-}
\ No newline at end of file
+}
--
Gitblit v1.9.3