From 233e4fc4f35bd00a36ee34a7fbf5e47b41db26db Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Mon, 17 Nov 2025 09:54:44 +0800
Subject: [PATCH] feat:更新初始化地形

---
 src/styles/common.scss |   21 +++++++++++++++------
 1 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/src/styles/common.scss b/src/styles/common.scss
index bf3ea9d..e0704d4 100644
--- a/src/styles/common.scss
+++ b/src/styles/common.scss
@@ -1,5 +1,10 @@
 // 全局变量
 @import './variables.scss';
+@import './base.scss';
+@import './tool.scss';
+@import './element-ui.scss';
+// 地图编辑样式
+@import './mapEdit.scss';
 
 a {
   text-decoration: none;
@@ -20,7 +25,9 @@
 
 .avue-layout {
   display: flex;
+  width: 100%;
   height: 100%;
+  background: url("@/assets/images/layoutBg.png") no-repeat center / 100% 100%;
   overflow: hidden;
 
   &--horizontal {
@@ -74,19 +81,21 @@
   box-sizing: border-box;
   overflow: hidden;
   // background: #f0f2f5;
-  background: linear-gradient( 180deg, #EEF3FE 0%, #F8F9FB 100%);
 }
 
 #avue-view {
   flex: 1;
   overflow-y: auto;
   overflow-x: hidden;
-  margin-bottom: 10px;
+  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 {
@@ -154,7 +163,7 @@
   }
 }
 
-.ztzf-cesium{
+.ztzf-cesium {
   .cesium-viewer {
     height: 100%;
     overflow: hidden;

--
Gitblit v1.9.3