From 144f33b870653829a8ae29486c652250a51a63e3 Mon Sep 17 00:00:00 2001 From: chenzeping <ChenZeping02609@163.com> Date: 星期三, 21 四月 2021 10:51:22 +0800 Subject: [PATCH] 废汽实时数据/小时数居 --- src/components/panel/RightSearchPanel.vue | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/components/panel/RightSearchPanel.vue b/src/components/panel/RightSearchPanel.vue index 5275991..17cc936 100644 --- a/src/components/panel/RightSearchPanel.vue +++ b/src/components/panel/RightSearchPanel.vue @@ -17,7 +17,8 @@ @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> @@ -242,7 +243,8 @@ .search-container { position: relative; //width: 1.79167rem; - width: 2.79167rem; + //width: 2.39167rem; + width: 2.3rem; /* height: 5.6475rem;*/ overflow: hidden; } @@ -262,10 +264,10 @@ cursor: pointer; position: relative; line-height: 0.15rem; - li { margin: 0.00521rem 0; text-align: center; + font-size: 20px; img { width: 0.1rem; @@ -598,13 +600,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; @@ -620,7 +621,7 @@ .environmental-risk-list.hover, .environmental-risk-list:hover { - color: @color-over; + color: @color-highlight; background: @background-color; } -- Gitblit v1.8.0