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();