From 07317dfd4ba3af0b2e58daec9ea0c776ac3181ec Mon Sep 17 00:00:00 2001
From: rjg <746338628@qq.com>
Date: Tue, 03 Jun 2025 16:11:27 +0800
Subject: [PATCH] Merge branch 'feature_0.2_add_expire_num' into test

---
 src/styles/common.scss |   36 ++++++++++++++++++++++++++++++++----
 1 files changed, 32 insertions(+), 4 deletions(-)

diff --git a/src/styles/common.scss b/src/styles/common.scss
index df04e57..dcbf1b2 100644
--- a/src/styles/common.scss
+++ b/src/styles/common.scss
@@ -20,7 +20,8 @@
 
 .avue-layout {
   display: flex;
-  height: 100%;
+  height: 1080px;
+  width: 1920px;
   overflow: hidden;
 
   &--horizontal {
@@ -73,14 +74,15 @@
   flex: 1;
   box-sizing: border-box;
   overflow: hidden;
-  background: #f0f2f5;
+  // background: #f0f2f5;
+  background: linear-gradient( 180deg, #EEF3FE 0%, #F8F9FB 100%);
 }
 
 #avue-view {
   flex: 1;
   overflow-y: auto;
   overflow-x: hidden;
-  margin-bottom: 10px;
+  margin-bottom: 0;
 }
 
 .avue-view {
@@ -151,4 +153,30 @@
     background: rgb(255, 186, 0);
     border-radius: 50%;
   }
-}
\ No newline at end of file
+}
+
+.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;
+  }
+}

--
Gitblit v1.9.3