style(任务中心): 全屏模式宽度填充不全优化
This commit is contained in:
parent
fd72b076fd
commit
e9052e448c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue