From 40f2cc4bdc91f63954c8b2bbd351bc650657affc Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 12 Nov 2024 14:25:15 +0800
Subject: [PATCH] 配置更改; 图层默认显示调整; 弹窗关闭相关调整;

---
 src/views/rs/components/rightContainer.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/rs/components/rightContainer.vue b/src/views/rs/components/rightContainer.vue
index 3037fd7..368a022 100644
--- a/src/views/rs/components/rightContainer.vue
+++ b/src/views/rs/components/rightContainer.vue
@@ -24,7 +24,7 @@
         </template>
       </title-box>
       <div class="content-box">
-      <fire-source></fire-source>
+        <fire-source></fire-source>
       </div>
     </div>
 
@@ -35,7 +35,7 @@
         </template>
       </title-box>
       <div class="content-box">
-      <fire-trend></fire-trend>
+        <fire-trend></fire-trend>
       </div>
     </div>
 
@@ -46,7 +46,7 @@
         </template>
       </title-box>
       <div class="content-box">
-      <occur-statistics></occur-statistics>
+        <occur-statistics></occur-statistics>
       </div>
     </div>
   </div>

--
Gitblit v1.9.3