25623
This commit is contained in:
2
packages/2.0.5/AppBuildMap/AppBuildMap.vue
vendored
2
packages/2.0.5/AppBuildMap/AppBuildMap.vue
vendored
@@ -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)
|
||||
})
|
||||
},
|
||||
|
||||
|
||||
@@ -8,16 +8,6 @@
|
||||
<span>{{ name }}</span>
|
||||
</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>
|
||||
<ai-title title="房屋信息"/>
|
||||
<div class="infoPane">
|
||||
|
||||
Reference in New Issue
Block a user