Browse Source

地图页面组织列表bug修改

V1.0
jiangyy 4 years ago
parent
commit
5f85ce3361
  1. 2
      src/views/modules/visual/basicinfo/basicInfoMain.vue

2
src/views/modules/visual/basicinfo/basicInfoMain.vue

@ -16,7 +16,7 @@
<!-- 组织列表 --> <!-- 组织列表 -->
<div v-show="orgLevel!=='neighborHood'" <div v-show="orgLevel!=='people' && orgLevel!=='search' && orgLevel!=='neighborHood'"
class="div_agency_list"> class="div_agency_list">
<el-scrollbar style="height:98%" <el-scrollbar style="height:98%"
wrap-style="overflow-x:hidden"> wrap-style="overflow-x:hidden">

Loading…
Cancel
Save