From f70e132f88dc93fc7b590aad56eb1f409dfd64d5 Mon Sep 17 00:00:00 2001 From: YANGDL <114714267@qq.com> Date: 星期四, 04 三月 2021 09:50:25 +0800 Subject: [PATCH] 修改管网先over样式 --- src/components/LayerController/modules/LcServiceLayerFilter.vue | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/components/LayerController/modules/LcServiceLayerFilter.vue b/src/components/LayerController/modules/LcServiceLayerFilter.vue index c4a6cef..28d5521 100644 --- a/src/components/LayerController/modules/LcServiceLayerFilter.vue +++ b/src/components/LayerController/modules/LcServiceLayerFilter.vue @@ -6,7 +6,7 @@ @change="swAllSubFilter(item)">{{item.name}} </div> <div class="content"> - <div v-for="filter in item.filters" :key="filter.code"> + <div v-for="filter in item.layers" :key="filter.code"> <input type="checkbox" :value="filter.code" :checked="filter.checked" @change="swSubFilter(item.url,filter)"><label :title="filter.name">{{filter.name}}</label> </div> @@ -77,8 +77,7 @@ font-size: 13px; position: absolute; - left: 250px; - bottom: 10px; + left: 300px; z-index: 1000; height: 220px; -- Gitblit v1.8.0