From 03e7be1a4fab29968e8750913db40a1373c577df Mon Sep 17 00:00:00 2001 From: ChenZeping <chenzeping> Date: 星期一, 10 五月 2021 17:28:04 +0800 Subject: [PATCH] 企业应急 --- src/components/panel/RightSearchPanel.vue | 20 +++++++++++++------- 1 files changed, 13 insertions(+), 7 deletions(-) diff --git a/src/components/panel/RightSearchPanel.vue b/src/components/panel/RightSearchPanel.vue index 85064fc..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; @@ -600,13 +605,12 @@ .environmental-risk-list { position: relative; - cursor: pointer; padding-left: 50px; padding-top: 5px; padding-bottom: 5px; color: @color-shadow; border-bottom: 1px solid @background-color-split; - + h3{ cursor: pointer;} .state { width: 30px; height: 30px; @@ -619,12 +623,14 @@ background: #0B3B6D; } } - .environmental-risk-list.hover, - .environmental-risk-list:hover { - color: @color-over; + .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