From 89380e6260a75d1d3b94de687ebcc2f50d50659d Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 03 Feb 2026 15:44:33 +0800
Subject: [PATCH] feat:环境变量配置调整
---
applications/task-work-order/src/styles/common.scss | 12 +++++++++---
1 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/applications/task-work-order/src/styles/common.scss b/applications/task-work-order/src/styles/common.scss
index e4f531a..d1cea41 100644
--- a/applications/task-work-order/src/styles/common.scss
+++ b/applications/task-work-order/src/styles/common.scss
@@ -9,6 +9,7 @@
@import './mapEdit.scss';
@import './common/cockpit.scss';
+@import './customFont.scss';
a {
text-decoration: none;
@@ -17,6 +18,7 @@
* {
outline: none;
+ box-sizing: border-box;
}
.avue-sidebar,
@@ -106,6 +108,8 @@
flex: 1;
height: 100%;
box-sizing: border-box;
+ background: url('@/assets/images/layoutBg.png') repeat;
+ background-position: 0 -20px;
.layer-content-bottom {
width: 100%;
@@ -123,7 +127,7 @@
}
.avue--collapse {
-
+
.avue-layout {
> .layer-page-leaf-container {
width: 53px;
@@ -268,7 +272,8 @@
}
}
-.work-cesium {
+.gd-cesium {
+ position: relative;
.cesium-viewer {
height: 100%;
overflow: hidden;
@@ -292,4 +297,5 @@
.cesium-viewer-bottom {
display: none;
}
-}
\ No newline at end of file
+}
+
--
Gitblit v1.9.3