From dd57e0e9a989e7ee8b3e3473a7ee6a1dff06a4ae Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Tue, 27 Jan 2026 17:19:04 +0800
Subject: [PATCH] feat:调整加载

---
 applications/task-work-order/src/styles/common.scss |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/applications/task-work-order/src/styles/common.scss b/applications/task-work-order/src/styles/common.scss
index d256339..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,
@@ -107,6 +109,7 @@
     height: 100%;
     box-sizing: border-box;
     background: url('@/assets/images/layoutBg.png') repeat;
+    background-position: 0 -20px;
 
     .layer-content-bottom {
       width: 100%;
@@ -270,6 +273,7 @@
 }
 
 .gd-cesium {
+  position: relative;
   .cesium-viewer {
     height: 100%;
     overflow: hidden;

--
Gitblit v1.9.3