From 9dbd9daa2fa8e457444f392d51b257b834bd22a2 Mon Sep 17 00:00:00 2001
From: 罗广辉 <guanghui.luo@foxmail.com>
Date: Sat, 24 May 2025 10:48:05 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/test' into test
---
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