From 041eb290228146c7fcfea0c266c03bbe3105eb05 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Thu, 14 Nov 2024 18:15:00 +0800
Subject: [PATCH] Merge branch 'main' of http://139.196.74.78:10010/r/zhyq/bigScreen

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

diff --git a/src/views/pac/components/rightContainer.vue b/src/views/pac/components/rightContainer.vue
index 67eb54e..cbe2086 100644
--- a/src/views/pac/components/rightContainer.vue
+++ b/src/views/pac/components/rightContainer.vue
@@ -17,32 +17,32 @@
 
 <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">
+    <!-- <div class="occur-statistics box">
       <title-box>
         <template #titleName>
           易发区统计
         </template>
       </title-box>
       <fire-trend></fire-trend>
-    </div>
+    </div> -->
 
-    <div class="fire-trend box">
+    <!-- <div class="fire-trend box">
       <title-box>
         <template #titleName>
           火警上报趋势
         </template>
       </title-box>
       <occur-statistics></occur-statistics>
-    </div>
+    </div> -->
   </div>
 </template>
 
@@ -57,6 +57,7 @@
   width: 440px;
   height: 100%;
   pointer-events: auto;
+  background: none;
 
   .box {
     margin-top: 20px;

--
Gitblit v1.9.3