From 8ea96bc0d2c8b5e952acac8f8054e71b882a38f7 Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Thu, 24 Mar 2022 17:31:59 +0800 Subject: [PATCH] ss4 --- src/views/modules/communityService/dqfwzx/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/modules/communityService/dqfwzx/index.vue b/src/views/modules/communityService/dqfwzx/index.vue index 302a0a04..8173f652 100644 --- a/src/views/modules/communityService/dqfwzx/index.vue +++ b/src/views/modules/communityService/dqfwzx/index.vue @@ -190,7 +190,7 @@ export default { computed: { maxTableHeight() { return this.$store.state.inIframe - ? this.clientHeight - 520 - 120 + ? this.clientHeight - 520 + 120 : this.clientHeight - 520; }, ...mapGetters(["clientHeight"]), @@ -382,7 +382,7 @@ export default { overflow-y: auto; &.z-iframe { - height: calc(100vh - 210px - 120px); + height: calc(100vh - 210px + 120px); } &::-webkit-scrollbar {