From 315dc0b82a482a3d145009c8f25c20e87da681d5 Mon Sep 17 00:00:00 2001
From: ChenZeping <chenzeping>
Date: 星期一, 10 五月 2021 17:05:55 +0800
Subject: [PATCH] 企业应急

---
 src/components/panel/RightSearchPanel.vue |   17 ++++++++++++-----
 1 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/src/components/panel/RightSearchPanel.vue b/src/components/panel/RightSearchPanel.vue
index 17cc936..b025a43 100644
--- a/src/components/panel/RightSearchPanel.vue
+++ b/src/components/panel/RightSearchPanel.vue
@@ -60,6 +60,7 @@
 import SoilGroundWaterSearch from '@components/panel/topicSearch/SoilGroundWaterSearch.vue'
 import PipeChangesSearch from '@components/panel/topicSearch/pipeChangesSearch.vue'
 import PipeInformationSearch from '@components/panel/topicSearch/pipeInformationSearch.vue'
+import ReportSearch from './topicSearch/ReportSearch'
 
 import bus from '@/eventBus'
 
@@ -70,7 +71,8 @@
     WaterWasteSearch,
     SolidWasteSearch,
     EnvRiskSearch,
-    DischargeSearch
+    DischargeSearch,
+    ReportSearch
   },
   data () {
     return {
@@ -152,6 +154,9 @@
           break
         case '绠¢亾淇℃伅':
           this.gcComp = PipeInformationSearch
+          break
+        case '浼佷笟搴旀��':
+          this.gcComp = ReportSearch
           break
       }
     },
@@ -286,7 +291,7 @@
   //top: 10px;
   height: 0;
   position: absolute;
-  top: 0.42979rem;
+  top: 0.73979rem;
   right: 0.14583rem;
   z-index: 501;
   display: -webkit-box;
@@ -618,12 +623,14 @@
       background: #0B3B6D;
     }
   }
-
   .environmental-risk-list.hover,
-  .environmental-risk-list:hover {
-    color: @color-highlight;
+  .environmental-risk-list:hover{
     background: @background-color;
   }
+  .environmental-risk-list.hover h3,
+  .environmental-risk-list h3:hover {
+    color: @color-highlight;
+  }
 
   input::-webkit-input-placeholder {
     color: #569ee1;

--
Gitblit v1.8.0