diff --git a/src/views/modules/communityService/dqfwzx/index.vue b/src/views/modules/communityService/dqfwzx/index.vue index 7075c8b1..81865803 100644 --- a/src/views/modules/communityService/dqfwzx/index.vue +++ b/src/views/modules/communityService/dqfwzx/index.vue @@ -189,7 +189,7 @@ export default { }, computed: { maxTableHeight() { - return this.clientHeight - 520; + return this.$store.state.inIframe ? this.clientHeight - 410 : this.clientHeight - 520; }, ...mapGetters(["clientHeight"]), },