From 5b73519a2c26fea97b4dfd7f56ee6c4e5ea27dde Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Thu, 11 Sep 2025 15:55:37 +0800
Subject: [PATCH] Merge branch 'feature/v5.0/5.0.5' into feature/v6.0/6.0.1

---
 src/styles/common.scss |   22 +++++++++++++---------
 1 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/src/styles/common.scss b/src/styles/common.scss
index 488a42d..b5114eb 100644
--- a/src/styles/common.scss
+++ b/src/styles/common.scss
@@ -1,6 +1,7 @@
 // ć…šć±€ć˜é‡
 @import './variables.scss';
-
+@import './base.scss';
+@import './tool.scss';
 a {
   text-decoration: none;
   color: #333;
@@ -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