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}`).style['background-color'] = '#2266FF'
document.querySelector(`#buildId-${e.target.id}`).querySelector('.arrow').style['border-top-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)
}) })
}, },

View File

@@ -8,16 +8,6 @@
<span>{{ name }}</span> <span>{{ name }}</span>
</div> </div>
</div> </div>
<!-- <div id="PersonStaChart"/>-->
<div class="static-wrap">
<div class="sta-item" v-for="(value,name) in tag" :key="name">
<div class="sta-left">
<em class="tag" :style="{backgroundColor:color[name]}"></em>
<label>{{name}}</label>
</div>
<span class="num">{{value}}</span>
</div>
</div>
</div> </div>
<ai-title title="房屋信息"/> <ai-title title="房屋信息"/>
<div class="infoPane"> <div class="infoPane">