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 | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/applications/task-work-order/src/styles/common.scss b/applications/task-work-order/src/styles/common.scss
index 56dc373..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%;
@@ -269,6 +273,7 @@
}
.gd-cesium {
+ position: relative;
.cesium-viewer {
height: 100%;
overflow: hidden;
--
Gitblit v1.9.3