From 20f82c23358c201d9cf0f96813b57fbe1779efcf Mon Sep 17 00:00:00 2001 From: chenzeping <ChenZeping02609@163.com> Date: 星期三, 14 四月 2021 17:43:21 +0800 Subject: [PATCH] 右侧固废管理查询定位弹框问题修改 --- src/assets/css/map/map-panel-style.less | 13 +++++++------ 1 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/assets/css/map/map-panel-style.less b/src/assets/css/map/map-panel-style.less index 064f352..9a403a6 100644 --- a/src/assets/css/map/map-panel-style.less +++ b/src/assets/css/map/map-panel-style.less @@ -252,6 +252,11 @@ } .hover-bottom:hover, +.hover-bottom.hover{ + box-shadow: 0 0 0.03rem #fff700 inset !important; + color: #fff700 !important; + cursor: pointer; +} .active-button { border: 0.00521rem solid #fff700 !important; box-shadow: 0 0 0.03rem #fff700 !important; @@ -365,10 +370,8 @@ height: 0; background: none; } - .cell { padding: 0 3px !important; - i { display: block; font-style: normal; @@ -388,6 +391,7 @@ } .el-table .cell, .el-table--border td:first-child .cell, .el-table--border th:first-child .cell { + text-align: center; } @@ -406,12 +410,9 @@ .el-table td, .el-table th.is-leaf { font-size: 0.08rem; } -.el-table td, .el-table th.is-leaf { - border-bottom: none; -} .el-table .warning-row { - background: #27304d; + background: #28304d; } .el-table .success-row { -- Gitblit v1.8.0