From 7bcdaba7faad85bf16bf0f2a1dbd3e390bdb15dd Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 05 Nov 2024 21:15:40 +0800
Subject: [PATCH] 救援队伍统计、应急空间统计、风险源统计图表样式初步调整,园区概况布局调整 倾斜模型加载配置微调后续看加载效果 企业名录样式调整

---
 src/styles/page/index.scss |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/src/styles/page/index.scss b/src/styles/page/index.scss
index a6bda6c..a34c74d 100644
--- a/src/styles/page/index.scss
+++ b/src/styles/page/index.scss
@@ -9,13 +9,11 @@
     width: 408px;
     height: 100%;
     pointer-events: auto;
-    background: rgba(28, 115, 195, 0.05);
+    background: rgba(28, 115, 195, 0.2);
 
     &>div {
-      flex: 1;
       display: flex;
       flex-direction: column;
-      flex-shrink: 0;
 
       .title-box {
         position: relative;
@@ -46,7 +44,9 @@
       }
 
       .content-box {
-        flex: 1;
+        display: flex;
+        flex-direction: column;
+        height: calc(100% - 38px);
       }
     }
 
@@ -54,4 +54,10 @@
       // background:  rgba(42,64,120,0.68);
     }
   }
+
+  .left-container {}
+
+  .right-container {
+    right: 0;
+  }
 }
\ No newline at end of file

--
Gitblit v1.9.3