From aef780eca9ca7c8b35cbb7197166cd9529cde424 Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Fri, 12 Apr 2024 11:05:08 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/base/nonIntResi/nonIntResi.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/modules/base/nonIntResi/nonIntResi.vue b/src/views/modules/base/nonIntResi/nonIntResi.vue index 5c976399c..c5b6082bb 100644 --- a/src/views/modules/base/nonIntResi/nonIntResi.vue +++ b/src/views/modules/base/nonIntResi/nonIntResi.vue @@ -377,7 +377,7 @@ export default { computed: { maxTableHeight() { const h = this.clientHeight - this.searchH - 330 + this.iframeHeight; - const _h = this.clientHeight - 330 - this.searchH; + const _h = this.clientHeight - 250 - this.searchH; return this.$store.state.inIframe ? h : _h; }, ...mapGetters(["clientHeight", "iframeHeight"]),