From bdce5b978229a100b7d7a01acbdeefbd9e2b0902 Mon Sep 17 00:00:00 2001
From: chenyabin <Chenab123!>
Date: 星期二, 27 四月 2021 09:27:06 +0800
Subject: [PATCH] 图层控制面板加宽。
---
src/components/LayerController/modules/LcServiceLayerFilter.vue | 3 ++-
src/components/LayerController/modules/LcServiceLayer.vue | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/src/components/LayerController/modules/LcServiceLayer.vue b/src/components/LayerController/modules/LcServiceLayer.vue
index cbaa2c9..2df7ba1 100644
--- a/src/components/LayerController/modules/LcServiceLayer.vue
+++ b/src/components/LayerController/modules/LcServiceLayer.vue
@@ -131,7 +131,8 @@
.wms-panel-scrollbar{
height: 600px;
//width: 285px;
- width: 1.79rem;
+ // width: 1.79rem;
+ width:2.1rem;
font-size: 14px;
}
.layerbox {
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