| | |
| | | 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" |
| | |
| | | const disX = e.clientX; |
| | | const w = dragDom.clientWidth; |
| | | const minW = 300; |
| | | const maxW = 500; |
| | | const maxW = 1000; |
| | | const disY = e.clientY; |
| | | const h = dragDom.clientHeight; |
| | | const minH = 300; |