From b6c363cdc1ea55dbfc1dfdb6a7c27c8fc51fa0e2 Mon Sep 17 00:00:00 2001
From: chenyabin <Chenab123!>
Date: 星期五, 02 四月 2021 16:13:38 +0800
Subject: [PATCH] 右侧搜索栏统一修改标题。

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

diff --git a/src/components/LayerController/modules/LcServiceLayerFilter.vue b/src/components/LayerController/modules/LcServiceLayerFilter.vue
index c116585..4b68c97 100644
--- a/src/components/LayerController/modules/LcServiceLayerFilter.vue
+++ b/src/components/LayerController/modules/LcServiceLayerFilter.vue
@@ -80,9 +80,10 @@
         font-size: 13px;
 
         position: absolute;
-        left: 300px;
+        left: 260px;
         z-index: 1000;
         height: 220px;
+        top: 0;
 
         .filter-group {
             display: flex;

--
Gitblit v1.8.0