Browse Source

Merge branch 'dec_map_bug' into 烟台master

yantai_master
jianjun 3 years ago
parent
commit
96ed574eff
  1. 6
      src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue

6
src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue

@ -1613,6 +1613,8 @@ const vueGis = {
this.zoom = 13
} else if (agencyLevel === 'community') {
this.zoom = 14
}else{
this.zoom = 11
}
},
@ -1827,7 +1829,7 @@ export default vueGis;
.ol-overlaycontainer-stopevent {
display: none;
}
</style>
</style>
<style lang="scss" scoped>
.popTitle {
@ -1954,4 +1956,4 @@ export default vueGis;
// color: rgba(1, 17, 104, 1);
color: #fff;
}
</style>
</style>

Loading…
Cancel
Save