From 2ca94de8ede18ac07ccfd8dec7b6f6a707adde9b Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Mon, 01 Sep 2025 11:20:24 +0800
Subject: [PATCH] Merge branch 'refs/heads/feature/v5.0/5.0.5' into patch_management
---
src/styles/common.scss | 19 ++++++++++++-------
1 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/src/styles/common.scss b/src/styles/common.scss
index bf3ea9d..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,7 +21,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 +77,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 +159,7 @@
}
}
-.ztzf-cesium{
+.ztzf-cesium {
.cesium-viewer {
height: 100%;
overflow: hidden;
--
Gitblit v1.9.3