From 8db683d564865b4bcfb436b35dff1eea5b3816fc Mon Sep 17 00:00:00 2001
From: zhangshuaibao <15731629597@163.com>
Date: 星期四, 08 四月 2021 11:08:47 +0800
Subject: [PATCH] Merge branch 'develop' of http://xearth.cn:6600/r/wuyushui/SewerAndRainNetwork into develop

---
 src/components/LayerController/modules/LcServiceLayerFilter.vue |   14 ++++++--------
 1 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/src/components/LayerController/modules/LcServiceLayerFilter.vue b/src/components/LayerController/modules/LcServiceLayerFilter.vue
index f390c9f..2e4d80d 100644
--- a/src/components/LayerController/modules/LcServiceLayerFilter.vue
+++ b/src/components/LayerController/modules/LcServiceLayerFilter.vue
@@ -101,7 +101,6 @@
 
 <style scoped lang="less">
     .inner-panel {
-        color: #90c8e0;
         font-size: 13px;
         position: absolute;
         left: 1.82167rem;
@@ -110,21 +109,20 @@
         .filter-group {
             display: flex;
             flex-flow: row;
-
             .filter-item {
                 width: 0.6rem;
                 height: 100%;
                 margin-right: 5px;
-
+                background-color: @background-color;
+                box-shadow: 0 0 0.03rem #00fff6;
+                border-radius: 0.03rem;
                 .title {
-                    height: 25px;
-                    background-color: #091331;
-                    border: 1px solid #10488c;
+                    border-bottom:1px solid @background-color-split;
+                    padding: 5px 0;
+                    background-color: @background-color;
                 }
 
                 .content {
-                    background-color: rgba(44, 62, 80, 0.6);
-                    border: 1px solid #10488c;
                     max-height: 200px;
                     padding-bottom: 5px;
                     //overflow-y: hidden;

--
Gitblit v1.8.0