fix: 修复窗体缩小后可能出现多余右侧滚动条的问题
This commit is contained in:
@@ -939,6 +939,9 @@
|
||||
endpointPageSize(val) {
|
||||
this.endpointPageObj.pageSize = val;
|
||||
this.getEndpointTableData();
|
||||
this.$nextTick(() => {
|
||||
this.gutterHandler(".endpoint-table");
|
||||
});
|
||||
},
|
||||
metricsPageNo(val) {
|
||||
this.metricPageObj.pageNo = val;
|
||||
@@ -1220,6 +1223,9 @@
|
||||
this.tableShow=1;
|
||||
this.selectedEndpoints=[];
|
||||
this.showTopBtn1 = false;
|
||||
this.$nextTick(() => {
|
||||
this.gutterHandler(".endpoint-table");
|
||||
});
|
||||
},
|
||||
changeTime:function(size,unit){
|
||||
let time=this.getTime(size,unit);
|
||||
|
||||
Reference in New Issue
Block a user