| | |
| | | @click="()=>{selected(item)}" v-show="item.isShow"> |
| | | <el-tooltip :popper-class="'map-tooltip'" effect="dark" :content="item.name" placement="left"> |
| | | <li> |
| | | <img src="../../assets/images/map-pages/icon/sl.png" class="icon"> |
| | | <!-- <img src="../../assets/images/map-pages/icon/sl.png" class="icon"> --> |
| | | <i class="icon iconfont" :class="item.icon"></i> |
| | | </li> |
| | | </el-tooltip> |
| | | </ul> |
| | |
| | | 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' |
| | | |
| | |
| | | WaterWasteSearch, |
| | | SolidWasteSearch, |
| | | EnvRiskSearch, |
| | | DischargeSearch |
| | | DischargeSearch, |
| | | ReportSearch |
| | | }, |
| | | data () { |
| | | return { |
| | |
| | | break |
| | | case '管道信息': |
| | | this.gcComp = PipeInformationSearch |
| | | break |
| | | case '企业应急': |
| | | this.gcComp = ReportSearch |
| | | break |
| | | } |
| | | }, |
| | |
| | | .search-container { |
| | | position: relative; |
| | | //width: 1.79167rem; |
| | | width: 2.79167rem; |
| | | //width: 2.39167rem; |
| | | width: 2.3rem; |
| | | /* height: 5.6475rem;*/ |
| | | overflow: hidden; |
| | | } |
| | |
| | | cursor: pointer; |
| | | position: relative; |
| | | line-height: 0.15rem; |
| | | |
| | | li { |
| | | margin: 0.00521rem 0; |
| | | text-align: center; |
| | | font-size: 20px; |
| | | |
| | | img { |
| | | width: 0.1rem; |
| | |
| | | //top: 10px; |
| | | height: 0; |
| | | position: absolute; |
| | | top: 0.42979rem; |
| | | top: 0.73979rem; |
| | | right: 0.14583rem; |
| | | z-index: 501; |
| | | display: -webkit-box; |
| | |
| | | |
| | | .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; |
| | |
| | | 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; |