From 46d962dd8a12debfd4241311da38641a6d7df95e Mon Sep 17 00:00:00 2001 From: zeng yuneng Date: Fri, 2 Dec 2022 14:56:45 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B3=95=E8=A7=84=E6=B8=85=E5=8D=95-=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E6=B8=85=E5=8D=95-=E5=88=97=E8=A1=A8=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E9=81=AE=E6=8C=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../localProductsOrProjectLibrary/index.vue | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue index 581bdbf51..ed116adc1 100644 --- a/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue +++ b/src/pages/regulatoryRepository/localProductsOrProjectLibrary/index.vue @@ -1233,6 +1233,9 @@ export default { this.xmztOptions = this.notProjectStatus this.total = res.data.notMaintenance.total; } + this.$nextTick(() => { + this.$refs.multipleTable.doLayout(); + }) }, e => { }); // this.$refs.selection.selectAll(false) @@ -1266,6 +1269,9 @@ export default { this.xmztOptions = this.notProjectStatus this.total = res.data.notMaintenance.total; } + this.$nextTick(() => { + this.$refs.multipleTable.doLayout(); + }) }, e => { }); // this.$refs.selection.selectAll(false) @@ -1727,4 +1733,10 @@ export default { } } } +/deep/ .el-table__fixed{ + height:100% !important; +} +/deep/ .el-table__fixed-right{ + height:100% !important; +}