From 4907618343198c0c772fce47e1a4a44500637c1f Mon Sep 17 00:00:00 2001
From: chenzeping <ChenZeping02609@163.com>
Date: 星期三, 14 四月 2021 15:40:53 +0800
Subject: [PATCH] 弹出框表格问题修改

---
 src/assets/css/map/map-panel-style.less |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/assets/css/map/map-panel-style.less b/src/assets/css/map/map-panel-style.less
index 064f352..5bb940e 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;
@@ -405,9 +408,6 @@
 
 .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 {

--
Gitblit v1.8.0