From b67f46b4a768b4cd72d4e463c5dffefe977ddeb7 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 02 Dec 2024 22:04:27 +0800
Subject: [PATCH] 应急空间及全局图层去除废水处理站、污水池

---
 src/views/pac/components/rightContainer.vue |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/src/views/pac/components/rightContainer.vue b/src/views/pac/components/rightContainer.vue
index cbe2086..fe6ac0c 100644
--- a/src/views/pac/components/rightContainer.vue
+++ b/src/views/pac/components/rightContainer.vue
@@ -17,14 +17,16 @@
 
 <template>
   <div class="right-container">
-    <!-- <div class="fire-source box">
+    <div class="fire-source box">
       <title-box>
         <template #titleName>
-          火警事件来源
+          <!-- 一级防控 -->
+          <!-- 二级防控 -->
+          <!-- 三级防控 -->
         </template>
       </title-box>
       <fire-source></fire-source>
-    </div> -->
+    </div>
 
     <!-- <div class="occur-statistics box">
       <title-box>
@@ -57,7 +59,7 @@
   width: 440px;
   height: 100%;
   pointer-events: auto;
-  background: none;
+  // background: none;
 
   .box {
     margin-top: 20px;

--
Gitblit v1.9.3