From cbddd5e39baee6e7e2fa544f78232be50ca9afca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Mon, 30 Aug 2021 13:19:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A8=A1=E6=9D=BF=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/admin/view/queue/index.html | 2 +- app/admin/view/user/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/admin/view/queue/index.html b/app/admin/view/queue/index.html index 8a0d64f49..cf989b3f8 100644 --- a/app/admin/view/queue/index.html +++ b/app/admin/view/queue/index.html @@ -94,7 +94,7 @@ {field: 'attempts', title: '执行次数', minWidth: 95, align: 'center', sort: true, templet: "
{{d.attempts||0}}
"}, {field: 'exec_desc', title: '执行结果', minWidth: 180}, {field: 'create_at', title: '创建时间', align: 'center', minWidth: 170}, - {toolbar: '#toolbar', title: '操作面板', align: 'center', width: 260, fixed: 'right',} + {toolbar: '#toolbar', title: '操作面板', align: 'center', minWidth: 260, fixed: 'right',} ]] }); }); diff --git a/app/admin/view/user/index.html b/app/admin/view/user/index.html index c4fa456dd..7624f987f 100644 --- a/app/admin/view/user/index.html +++ b/app/admin/view/user/index.html @@ -57,7 +57,7 @@ {field: 'login_num', title: '登录次数', align: 'center', minWidth: 80, sort: true}, {field: 'login_at', title: '最后登录', align: 'center', minWidth: 170, sort: true}, {field: 'create_at', title: '创建时间', align: 'center', minWidth: 170, sort: true}, - {toolbar: '#toolbar', title: '操作面板', align: 'center', width: 160, fixed: 'right'} + {toolbar: '#toolbar', title: '操作面板', align: 'center', minWidth: 160, fixed: 'right'} ]] });