From 23aa4b64192290656bd0594846a68264e01f8a3e Mon Sep 17 00:00:00 2001
From: chenyao <1219716595@qq.com>
Date: Fri, 23 May 2025 15:44:11 +0800
Subject: [PATCH] feat: 任务管理功能和修改工单地图
---
src/styles/common.scss | 26 ++++++++++++++++++++++++++
1 files changed, 26 insertions(+), 0 deletions(-)
diff --git a/src/styles/common.scss b/src/styles/common.scss
index 6986257..bf3ea9d 100644
--- a/src/styles/common.scss
+++ b/src/styles/common.scss
@@ -152,4 +152,30 @@
background: rgb(255, 186, 0);
border-radius: 50%;
}
+}
+
+.ztzf-cesium{
+ .cesium-viewer {
+ height: 100%;
+ overflow: hidden;
+
+ .cesium-viewer-cesiumWidgetContainer {
+ width: 100%;
+ height: 100%;
+
+ .cesium-widget {
+ width: 100%;
+ height: 100%;
+
+ canvas {
+ width: 100%;
+ height: 100%;
+ }
+ }
+ }
+ }
+
+ .cesium-viewer-bottom {
+ display: none;
+ }
}
\ No newline at end of file
--
Gitblit v1.9.3