From 4bb904fc27caf0576ed7dbf46d5909a7b1f778c0 Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Mon, 14 Jul 2025 09:52:28 +0800
Subject: [PATCH] Merge branch 'test' of http://139.196.74.78:10010/r/drone/drone-web-manage into test
---
src/styles/common.scss | 20 ++++++++++++--------
1 files changed, 12 insertions(+), 8 deletions(-)
diff --git a/src/styles/common.scss b/src/styles/common.scss
index 488a42d..86695a3 100644
--- a/src/styles/common.scss
+++ b/src/styles/common.scss
@@ -1,5 +1,6 @@
// ć
šć±ćé
@import './variables.scss';
+@import './base.scss';
a {
text-decoration: none;
@@ -20,9 +21,9 @@
.avue-layout {
display: flex;
- height: 1080px;
- width: 1920px;
- background: url("@/assets/images/layoutBg.png") no-repeat center / 100% 100%;
+ width: 100%;
+ height: 100%;
+ background: url("@/assets/images/layoutBg.png") no-repeat center / 100% 100%;
overflow: hidden;
&--horizontal {
@@ -85,9 +86,12 @@
margin-bottom: 0;
}
-.avue-view {
- width: 100%;
- box-sizing: border-box;
+.main-avue-view-container {
+ height: 0;
+ flex: 1;
+ display: flex;
+ flex-direction: column;
+ overflow: hidden;
}
.avue-footer {
@@ -155,7 +159,7 @@
}
}
-.ztzf-cesium{
+.ztzf-cesium {
.cesium-viewer {
height: 100%;
overflow: hidden;
@@ -179,4 +183,4 @@
.cesium-viewer-bottom {
display: none;
}
-}
+}
\ No newline at end of file
--
Gitblit v1.9.3