This commit is contained in:
yanran200730
2021-12-24 19:46:19 +08:00
parent 63dd7c0fd7
commit 52b742f503
2 changed files with 1 additions and 11 deletions

View File

@@ -414,7 +414,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)
})
},