From aecd54368a7ecc130f0f48d4eb1d2a65a5c3ee75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=88=E8=A3=95=E8=B4=A2?= Date: Tue, 31 Jan 2023 01:11:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/xm/rpt/product/questionSort.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/xm/rpt/product/questionSort.vue b/src/views/xm/rpt/product/questionSort.vue index bd0f9b41..28613d98 100644 --- a/src/views/xm/rpt/product/questionSort.vue +++ b/src/views/xm/rpt/product/questionSort.vue @@ -4,12 +4,12 @@
+ :style="{width:'100%',height:maxTableHeight+'px',overflow: 'hidden'}">
- + @@ -380,6 +380,8 @@ initSimpleDicts('all',['bugSeverity','bugSolution','bugStatus','bugType','priority','bugRepRate','bugReason'] ).then(res=>{ this.dicts=res.data.data; }) + + this.maxTableHeight = util.calcTableMaxHeight(this.$refs.filtersRef.$el) //this.charts(); this.open();