diff --git a/app/admin/view/queue/index.html b/app/admin/view/queue/index.html index 9b094027d..b8f54525b 100644 --- a/app/admin/view/queue/index.html +++ b/app/admin/view/queue/index.html @@ -95,8 +95,8 @@ }, {field: 'attempts', title: '执行次数', width: 95, align: 'center', sort: true, templet: "
{{d.attempts||0}}
"}, {field: 'exec_desc', title: '执行结果', minWidth: 180}, - {field: 'create_at', title: '创建时间', minWidth: 170}, - {toolbar: '#toolbar', title: '操作面板', fixed: 'right', minWidth: 235} + {field: 'create_at', title: '创建时间', align: 'center', minWidth: 170}, + {toolbar: '#toolbar', title: '操作面板', align: 'center', fixed: 'right', minWidth: 251} ]] }); }); @@ -104,23 +104,32 @@