From 69fa4c84656dca30f92d605221c0098917cb613d Mon Sep 17 00:00:00 2001
From: YANGDL <114714267@qq.com>
Date: 星期一, 15 三月 2021 18:05:39 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

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

diff --git a/src/assets/css/map/map-panel-style.less b/src/assets/css/map/map-panel-style.less
index 5faaab9..e038a0a 100644
--- a/src/assets/css/map/map-panel-style.less
+++ b/src/assets/css/map/map-panel-style.less
@@ -12,7 +12,7 @@
       height: 20px;
       line-height: 20px;
 
-      color: #00fff6;
+      color: @color;
       cursor: pointer;
       -ms-flex-negative: 0;
       flex-shrink: 0;
@@ -21,7 +21,7 @@
 .el-tabs__header{
   font-size: .08333rem;
   line-height: .10938rem;
-  background: rgba(0,255,246,.14);
+  // background: rgba(0,255,246,.14);
 }
 .el-dialog{
   border: 0.00521rem solid @color;
@@ -67,21 +67,29 @@
     }
 }
 
-.el-table{
-  color: #00fff6;
+.el-tabs{
+  .el-tabs__item {
+    height: 40px;
+    line-height: 40px;
+  }
 }
 .el-table th, .el-table tr{
+  background-color: transparent;
+}
+.el-table{
+  color: @color;
   background: transparent;
-}
-.el-table thead {
-  color: #ffffff;
-  font-weight: 500;
-}
-.el-table, .el-table__expanded-cell {
-  background-color: transparent;
-}
-.el-table thead.is-group th{
-  background-color: transparent;
+
+  thead {
+    color: #ffffff;
+    font-weight: 500;
+  }
+  thead.is-group th{
+    background: transparent;
+  }
+  .el-table__expanded-cell {
+     background: transparent;
+   }
 }
 .map-input{
   input{
@@ -128,3 +136,20 @@
   margin-block-start: 0;
   margin-block-end: 0;
 }
+.tools-panel-content {
+  border: 1px solid @background-color-tools;
+  background: @background-color-tools;
+  padding: 0;
+  .el-button {
+    padding: 0;
+    margin: 10px;
+    width: 45px;
+    height: 45px;
+    background: @background-color-tools;
+    vertical-align: middle !important;
+    img {
+      width: 16px;
+      height: 16px;
+    }
+  }
+}

--
Gitblit v1.8.0