From 6ad52bf9f4824b72dcce9547356fcba4b3b145ba Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Wed, 25 Jun 2025 17:03:47 +0800
Subject: [PATCH] feat:样式布局调整
---
src/styles/common.scss | 19 +++++++++++--------
1 files changed, 11 insertions(+), 8 deletions(-)
diff --git a/src/styles/common.scss b/src/styles/common.scss
index 488a42d..732d3c2 100644
--- a/src/styles/common.scss
+++ b/src/styles/common.scss
@@ -20,9 +20,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 +85,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 +158,7 @@
}
}
-.ztzf-cesium{
+.ztzf-cesium {
.cesium-viewer {
height: 100%;
overflow: hidden;
@@ -179,4 +182,4 @@
.cesium-viewer-bottom {
display: none;
}
-}
+}
\ No newline at end of file
--
Gitblit v1.9.3