From 2d9173fb19cdc6d758fb1f0e4a6092b46b2a68af Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Thu, 24 Mar 2022 17:08:26 +0800 Subject: [PATCH] ss2 --- src/views/modules/communityService/dqfwzx/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"]), },