From 6c4bd2467bb6651c6edcf8a9741dcd4e9b1aa6d3 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Fri, 30 Jan 2026 14:42:36 +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