修改地图

dev
夜笙歌 11 months ago
parent d24686ed17
commit 520ac115b8

@ -167,7 +167,9 @@ export default {
title: ` title: `
经度${e[0]} 经度${e[0]}
纬度:${e[1]} 纬度:${e[1]}
时间${i}` 时间${i}`,
offset:new AMap.Pixel(-2.5,-2.5),
content:`<div style="width: 5px;height: 5px; border-radius: 50%;background-color: #1890ff"> </div>`
}); });
map.add(marker); map.add(marker);
map.setFitView() map.setFitView()

Loading…
Cancel
Save