style: 移除小屏幕下任务状态宽带106设置

This commit is contained in:
Argo Zhang 2019-08-13 10:45:20 +08:00
parent c19c324b3c
commit 3e8e25828a
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@
{ title: "下次执行时间", field: "NextRuntime", sortable: true },
{ title: "触发条件", field: "TriggerExpression", sortable: false },
{ title: "执行结果", field: "LastRunResult", sortable: false, align: 'center', formatter: resultFormatter },
{ title: "状态", field: "Status", sortable: true, align: 'center', width: 106, formatter: stateFormatter }
{ title: "状态", field: "Status", sortable: true, align: 'center', formatter: stateFormatter }
],
editButtons: {
events: {