From 69fab1868d98e69c81e04d877185a432261baf3d Mon Sep 17 00:00:00 2001 From: 徐旺旺 <11530253@qq.com> Date: 星期三, 10 三月 2021 11:30:21 +0800 Subject: [PATCH] 菜单组件联动 --- src/components/LayerController/modules/LcServiceLayerFilter.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/components/LayerController/modules/LcServiceLayerFilter.vue b/src/components/LayerController/modules/LcServiceLayerFilter.vue index 28d5521..a108102 100644 --- a/src/components/LayerController/modules/LcServiceLayerFilter.vue +++ b/src/components/LayerController/modules/LcServiceLayerFilter.vue @@ -73,6 +73,7 @@ <style scoped lang="less"> .inner-panel { + width: 500px; color: #90c8e0; font-size: 13px; -- Gitblit v1.8.0