From 17a81d641608545682e3f79f7c6090cac48fe81a Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 15 Sep 2025 18:10:01 +0800
Subject: [PATCH] feat:去除高亮

---
 src/views/pd/components/rightContainer.vue |   23 +----------------------
 1 files changed, 1 insertions(+), 22 deletions(-)

diff --git a/src/views/pd/components/rightContainer.vue b/src/views/pd/components/rightContainer.vue
index 67eb54e..2221d2d 100644
--- a/src/views/pd/components/rightContainer.vue
+++ b/src/views/pd/components/rightContainer.vue
@@ -10,9 +10,6 @@
 -->
 <script setup>
 import fireSource from './box/fireSource.vue'
-import fireTrend from './box/fireTrend.vue'
-import occurStatistics from './box/occurStatistics.vue'
-import publicContent from './box/publicContent.vue'
 </script>
 
 <template>
@@ -20,28 +17,9 @@
     <div class="fire-source box">
       <title-box>
         <template #titleName>
-          火警事件来源
         </template>
       </title-box>
       <fire-source></fire-source>
-    </div>
-
-    <div class="occur-statistics box">
-      <title-box>
-        <template #titleName>
-          易发区统计
-        </template>
-      </title-box>
-      <fire-trend></fire-trend>
-    </div>
-
-    <div class="fire-trend box">
-      <title-box>
-        <template #titleName>
-          火警上报趋势
-        </template>
-      </title-box>
-      <occur-statistics></occur-statistics>
     </div>
   </div>
 </template>
@@ -57,6 +35,7 @@
   width: 440px;
   height: 100%;
   pointer-events: auto;
+  // background: none;
 
   .box {
     margin-top: 20px;

--
Gitblit v1.9.3