From 250990c307fff8393495abaa6123f43432d4f946 Mon Sep 17 00:00:00 2001
From: 徐旺旺 <11530253@qq.com>
Date: 星期一, 15 三月 2021 15:44:07 +0800
Subject: [PATCH] 搜索面板加标题

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

diff --git a/src/assets/css/map/map-panel-style.less b/src/assets/css/map/map-panel-style.less
index 5faaab9..93e8f61 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;
@@ -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{

--
Gitblit v1.8.0