This commit is contained in:
yanran200730
2021-12-23 16:26:25 +08:00
parent 720a36c8de
commit c39483fb3e
2 changed files with 1 additions and 11 deletions

View File

@@ -331,7 +331,7 @@ export default {
})
document.querySelector(`#buildId-${e.target.id}`).style['background-color'] = '#2266FF'
document.querySelector(`#buildId-${e.target.id}`).querySelector('.arrow').style['border-top-color'] = '#2266FF'
this.map.setZoomAndCenter(this.map.getZoom() + 2 + 0.00001, e.target.lnglat, false, 300)
// this.map.setZoomAndCenter(this.map.getZoom() + 2 + 0.00001, e.target.lnglat, false, 300)
})
},