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"]),