From 934e9d7a796c1eccb04a8b07e939d8bbe0ca708a Mon Sep 17 00:00:00 2001 From: YANGDL <114714267@qq.com> Date: 星期二, 09 三月 2021 15:15:51 +0800 Subject: [PATCH] 修复ie下不能显示的问题 --- src/components/LayerController/modules/LcServiceLayerFilter.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/components/LayerController/modules/LcServiceLayerFilter.vue b/src/components/LayerController/modules/LcServiceLayerFilter.vue index d1fccfa..28d5521 100644 --- a/src/components/LayerController/modules/LcServiceLayerFilter.vue +++ b/src/components/LayerController/modules/LcServiceLayerFilter.vue @@ -77,8 +77,7 @@ font-size: 13px; position: absolute; - left: 250px; - bottom: 10px; + left: 300px; z-index: 1000; height: 220px; -- Gitblit v1.8.0