From b1d21a55f733d5da7b6f1bedba27b92101692add Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Thu, 12 Aug 2021 17:12:00 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=E5=90=8E=E5=8F=B0=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/view/queue/index.html | 21 +++++++++++++++------ app/admin/view/queue/index_search.html | 4 ++-- public/static/theme/css/console.css | 2 +- public/static/theme/css/console.css.map | 2 +- public/static/theme/css/console.custom.less | 13 +++++++++---- 5 files changed, 28 insertions(+), 14 deletions(-) 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 @@