From dde5df08bdcecbbc61f1a4a004803b693cc660aa Mon Sep 17 00:00:00 2001
From: wangqi <magical1908@outlook.com>
Date: 星期三, 14 四月 2021 15:29:26 +0800
Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop

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

diff --git a/src/assets/css/map/map-panel-style.less b/src/assets/css/map/map-panel-style.less
index 8be47de..7f2e9ef 100644
--- a/src/assets/css/map/map-panel-style.less
+++ b/src/assets/css/map/map-panel-style.less
@@ -115,6 +115,7 @@
 
   thead.is-group th {
     background: transparent;
+    padding: 0
   }
 
   .el-table__expanded-cell {
@@ -251,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;
@@ -364,10 +370,8 @@
     height: 0;
     background: none;
   }
-
   .cell {
     padding: 0 3px !important;
-
     i {
       display: block;
       font-style: normal;
@@ -387,12 +391,10 @@
 }
 
 .el-table .cell, .el-table--border td:first-child .cell, .el-table--border th:first-child .cell {
-
   text-align: center;
 }
 
 .el-table th > .cell {
-  border: 1px #396d83 solid;
   color: #00fff6;
 }
 
@@ -407,9 +409,12 @@
 .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: #28304d;
+  background: #27304d;
 }
 
 .el-table .success-row {
@@ -556,7 +561,7 @@
   }
 }
 
-/***********************************************鍙充晶瀹樼綉鐩稿叧************/
+/***********************************************鍙充晶绠$嚎鐩稿叧************/
 .el-tabs__header {
   background: none;
 }
@@ -564,25 +569,47 @@
 .el-tabs--top .el-tabs__item.is-top:nth-child(2) {
   padding-left: 20px;
 }
+
 .el-tabs--border-card {
   background: none;
   border: none;
   box-shadow: none;
 }
-.el-tabs--border-card>.el-tabs__header {
+
+.el-tabs--border-card > .el-tabs__header {
   background: none;
   border-bottom: none;
   margin: 0;
 }
-.el-tabs--border-card>.el-tabs__header .el-tabs__item.is-active {
+
+.el-tabs--border-card > .el-tabs__header .el-tabs__item.is-active {
   color: #409EFF;
   background: none;
   border: none;
 }
-.el-tabs--border-card>.el-tabs__header .el-tabs__item {
+
+.el-tabs--border-card > .el-tabs__header .el-tabs__item {
   border: none;
 }
+
 .panel-right ::-webkit-scrollbar-thumb {
   background: none;
   border: none;
 }
+
+.el-card {
+  margin-top: 15px;
+  background: rgba(0, 16, 30, 0.5);
+  border: 0.00521rem solid @color;
+  box-shadow: 0 0 0.03rem @color;
+}
+
+.clearfix {
+  display: inline-block;
+  color: #ffffff;
+  margin: 15px 0;
+}
+
+.fixed-table {
+  background: rgba(0, 16, 30, 1) !important;
+}

--
Gitblit v1.8.0