From 7845b8946aa2e58f053b09cef897e6c58df60e8a Mon Sep 17 00:00:00 2001
From: chenyabin <Chenab123!>
Date: 星期三, 07 四月 2021 15:31:14 +0800
Subject: [PATCH] 统一样式-图层组件按钮添加

---
 src/components/LayerController/modules/LcServiceLayerFilter.vue |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/src/components/LayerController/modules/LcServiceLayerFilter.vue b/src/components/LayerController/modules/LcServiceLayerFilter.vue
index a617f78..60e229f 100644
--- a/src/components/LayerController/modules/LcServiceLayerFilter.vue
+++ b/src/components/LayerController/modules/LcServiceLayerFilter.vue
@@ -101,13 +101,10 @@
     .inner-panel {
         color: #90c8e0;
         font-size: 13px;
-
         position: absolute;
-        left: 260px;
+        left: 256px;
         z-index: 1000;
-        height: 220px;
-        top: 0;
-
+        top: 50px;
         .filter-group {
             display: flex;
             flex-flow: row;

--
Gitblit v1.8.0