From 2ad319c67414cff981354d7d4b2a8031e0e6268f Mon Sep 17 00:00:00 2001
From: chenyabin <Chenab123!>
Date: 星期三, 07 四月 2021 18:59:27 +0800
Subject: [PATCH] 统一样式-修改

---
 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 eed1c1d..99f87b1 100644
--- a/src/components/LayerController/modules/LcServiceLayerFilter.vue
+++ b/src/components/LayerController/modules/LcServiceLayerFilter.vue
@@ -99,7 +99,6 @@
 
 <style scoped lang="less">
     .inner-panel {
-        color: #90c8e0;
         font-size: 13px;
         position: absolute;
         left: 1.82167rem;
@@ -108,21 +107,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