From bd51480c21f012910e0516ade9595a345673004a Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期四, 29 四月 2021 15:07:04 +0800 Subject: [PATCH] wms全选BUG --- 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 6a34372..8f3bc8d 100644 --- a/src/components/LayerController/modules/LcServiceLayerFilter.vue +++ b/src/components/LayerController/modules/LcServiceLayerFilter.vue @@ -112,7 +112,8 @@ .inner-panel { font-size: 13px; position: absolute; - left: 1.82167rem; + // left: 1.82167rem; + left: 2.13167rem; z-index: 1000; top: 50px; .filter-group { -- Gitblit v1.8.0