Browse Source

五大图层bug

shibei_master
jianjun 3 years ago
parent
commit
76a82ace9a
  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 this.zoom = 13
} else if (agencyLevel === 'community') { } else if (agencyLevel === 'community') {
this.zoom = 14 this.zoom = 14
}else{
this.zoom = 11
} }
}, },
@ -1827,7 +1829,7 @@ export default vueGis;
.ol-overlaycontainer-stopevent { .ol-overlaycontainer-stopevent {
display: none; display: none;
} }
</style> </style>
<style lang="scss" scoped> <style lang="scss" scoped>
.popTitle { .popTitle {
@ -1954,4 +1956,4 @@ export default vueGis;
// color: rgba(1, 17, 104, 1); // color: rgba(1, 17, 104, 1);
color: #fff; color: #fff;
} }
</style> </style>

Loading…
Cancel
Save