style(任务中心): 全屏模式宽度填充不全优化
This commit is contained in:
parent
5113b46ab0
commit
1f246034df
|
@ -345,7 +345,7 @@ export default {
|
||||||
'pending' || status === 'fake_error') {
|
'pending' || status === 'fake_error') {
|
||||||
this.executionModule = null;
|
this.executionModule = null;
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
this.size = window.innerWidth - 50;
|
this.size = window.innerWidth;
|
||||||
this.reportId = row.id;
|
this.reportId = row.id;
|
||||||
this.executionModule = row.executionModule;
|
this.executionModule = row.executionModule;
|
||||||
this.reportType = row.reportType;
|
this.reportType = row.reportType;
|
||||||
|
|
Loading…
Reference in New Issue