From bc1bacba044c4dd3d3e0cd5470c6188cd5e2bc12 Mon Sep 17 00:00:00 2001
From: 徐旺旺 <11530253@qq.com>
Date: 星期三, 07 四月 2021 11:31:10 +0800
Subject: [PATCH] 附属设施、环保设施 独立显示

---
 src/components/LayerController/modules/LcServiceLayer.vue |   12 ++++--------
 1 files changed, 4 insertions(+), 8 deletions(-)

diff --git a/src/components/LayerController/modules/LcServiceLayer.vue b/src/components/LayerController/modules/LcServiceLayer.vue
index dc09cdb..327bbae 100644
--- a/src/components/LayerController/modules/LcServiceLayer.vue
+++ b/src/components/LayerController/modules/LcServiceLayer.vue
@@ -105,10 +105,9 @@
 
 <style scoped lang="less">
     .inner-panel {
-        .title {
-            color: #ffffff;
-            font-size: 16px;
-            font-weight: 600;
+        .title{
+            color: @color-title;
+            font-size: 18px;
             margin: 10px;
             text-align: center;
         }
@@ -119,16 +118,13 @@
         }
 
         .wms-panel {
-            width: 1.79167rem;
 
-            .wms-panel-scrollbar {
+            .wms-panel-scrollbar{
                 height: 50vh;
                 width: 100%;
             }
-
             .layerbox {
                 width: 100%;
-
                 .layerbox-item {
                     display: flex;
                     flex-flow: row wrap;

--
Gitblit v1.8.0