diff --git a/src/assets/scss/modules/visual/fiveLayerMap.scss b/src/assets/scss/modules/visual/fiveLayerMap.scss index 730d11a9..ed0ffedd 100644 --- a/src/assets/scss/modules/visual/fiveLayerMap.scss +++ b/src/assets/scss/modules/visual/fiveLayerMap.scss @@ -210,7 +210,7 @@ .tb { - height: calc(88vh - 302px - 10px - 90px); + height: calc(88vh - 302px - 10px - 150px); overflow-y: auto; @include scrollBar; margin-top:20px; diff --git a/src/views/modules/communityService/ninePlaces/places/places.vue b/src/views/modules/communityService/ninePlaces/places/places.vue index f7ef29db..9c44dd6a 100644 --- a/src/views/modules/communityService/ninePlaces/places/places.vue +++ b/src/views/modules/communityService/ninePlaces/places/places.vue @@ -5,88 +5,85 @@ :model="formData" ref="ref_searchform" :label-width="'100px'"> -
- - - - - - - - - - - - - - - - - - - - - -
-
- - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + 查询 - + + + + + + + 重置 -
+ v-model="formData.ninePlaceVal" + placeholder="请选择" + clearable> + + + + + + + 查询 + 重置 +
@@ -464,7 +461,7 @@ export default { computed: { tableHeight () { - return this.$store.state.inIframe ? this.clientHeight - 300 + this.iframeHeight : this.clientHeight - 300 + return this.$store.state.inIframe ? this.clientHeight - 400 + this.iframeHeight : this.clientHeight - 400 }, @@ -478,42 +475,8 @@ export default { } } - + diff --git a/src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue b/src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue index fb83c3f9..a8cf0094 100644 --- a/src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue +++ b/src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue @@ -115,7 +115,7 @@