From 48efa2124bad0982d1e93de1b6ca09b9c6d5b191 Mon Sep 17 00:00:00 2001 From: dai <851733175@qq.com> Date: Tue, 28 Jun 2022 17:27:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E4=BA=86=E9=AB=98=E5=BA=A6=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/shequzhili/csgltc/csgl.vue | 2 +- src/views/modules/shequzhili/ggfwtc/ggfw.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/modules/shequzhili/csgltc/csgl.vue b/src/views/modules/shequzhili/csgltc/csgl.vue index c7900d2a..34902625 100644 --- a/src/views/modules/shequzhili/csgltc/csgl.vue +++ b/src/views/modules/shequzhili/csgltc/csgl.vue @@ -568,7 +568,7 @@ export default { computed: { tableHeight () { - return this.$store.state.inIframe ? this.clientHeight - 430 + this.iframeHeight : this.clientHeight - 430 + return this.$store.state.inIframe ? this.clientHeight - 350 + this.iframeHeight : this.clientHeight - 350 }, diff --git a/src/views/modules/shequzhili/ggfwtc/ggfw.vue b/src/views/modules/shequzhili/ggfwtc/ggfw.vue index b73391e3..fcf55152 100644 --- a/src/views/modules/shequzhili/ggfwtc/ggfw.vue +++ b/src/views/modules/shequzhili/ggfwtc/ggfw.vue @@ -604,7 +604,7 @@ export default { computed: { tableHeight () { - return this.$store.state.inIframe ? this.clientHeight - 430 + this.iframeHeight : this.clientHeight - 430 + return this.$store.state.inIframe ? this.clientHeight - 350 + this.iframeHeight : this.clientHeight - 350 }, @@ -644,7 +644,7 @@ export default { box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1); border-radius: 4px; margin-top: 15px; - padding: 23px 30px 10px; + // padding: 23px 30px 10px; .table { margin-top: 20px;