From 64479e2ce8b7c30e36f08c41eed226a1def1be82 Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期二, 09 五月 2023 17:00:39 +0800 Subject: [PATCH] 瓦片下载功能添加;综合展示图层管理修改;数据管理字段管理编辑修改 --- src/views/Tools/maplayer.vue | 7 +++---- 1 files changed, 3 insertions(+), 4 deletions(-) diff --git a/src/views/Tools/maplayer.vue b/src/views/Tools/maplayer.vue index 4afa171..1da7dd5 100644 --- a/src/views/Tools/maplayer.vue +++ b/src/views/Tools/maplayer.vue @@ -5,14 +5,13 @@ v-for="(data, index) in PopupData" :key="data.id" title="鍥惧眰绠$悊" - :maxHeight="data.maxHeight || '400px'" + :maxHeight="data.maxHeight || '700px'" @close="close(data.id)" :left="data.left || left" - :top="data.top || top + index * 42 + 'px'" + :top="data.top || top + index * 30 + 'px'" > - <div> + <div id="eagleMapContainer"> <div - id="eagleMapContainer" style="width:300px;height:400px;" v-drag @mousedown="dragEagle" -- Gitblit v1.9.3