From 9161020eb066d9e3ce123eb94de81ea3050da464 Mon Sep 17 00:00:00 2001 From: yangdelong <828900aaa> Date: 星期三, 07 四月 2021 22:00:06 +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