From 154d9ceb007b7e29abe29a2247afb15398af720d Mon Sep 17 00:00:00 2001 From: Anyon Date: Mon, 27 Jun 2022 15:23:01 +0800 Subject: [PATCH] Update index.html --- app/admin/view/file/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/admin/view/file/index.html b/app/admin/view/file/index.html index 6a58f1598..4354428b4 100644 --- a/app/admin/view/file/index.html +++ b/app/admin/view/file/index.html @@ -43,7 +43,7 @@ }, {field: 'ctype', title: '存储方式', align: 'center', width: '10%'}, {field: 'create_at', title: '上传时间', align: 'center', minWidth: 170, sort: true}, - {toolbar: '#toolbar', title: '操作面板', align: 'center', minWidth: 80, fixed: 'right'} + {toolbar: '#toolbar', title: '操作面板', align: 'center', minWidth: 90, fixed: 'right'} ]] }); });