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"