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/views/rs/components/rightContainer.vue |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/src/views/rs/components/rightContainer.vue b/src/views/rs/components/rightContainer.vue
index 67eb54e..3037fd7 100644
--- a/src/views/rs/components/rightContainer.vue
+++ b/src/views/rs/components/rightContainer.vue
@@ -23,7 +23,9 @@
           火警事件来源
         </template>
       </title-box>
+      <div class="content-box">
       <fire-source></fire-source>
+      </div>
     </div>
 
     <div class="occur-statistics box">
@@ -32,7 +34,9 @@
           易发区统计
         </template>
       </title-box>
+      <div class="content-box">
       <fire-trend></fire-trend>
+      </div>
     </div>
 
     <div class="fire-trend box">
@@ -41,7 +45,9 @@
           火警上报趋势
         </template>
       </title-box>
+      <div class="content-box">
       <occur-statistics></occur-statistics>
+      </div>
     </div>
   </div>
 </template>

--
Gitblit v1.9.3