style(任务中心): 全屏模式宽度填充不全优化

This commit is contained in:
fit2-zhao 2022-11-02 11:42:43 +08:00 committed by fit2-zhao
parent fd72b076fd
commit e9052e448c
1 changed files with 1 additions and 1 deletions

View File

@ -345,7 +345,7 @@ export default {
'pending' || status === 'fake_error') {
this.executionModule = null;
this.$nextTick(() => {
this.size = window.innerWidth - 50;
this.size = window.innerWidth;
this.reportId = row.id;
this.executionModule = row.executionModule;
this.reportType = row.reportType;