From fd8a18680c94ea1d5cef66e9e68fb48bb1b5c6e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=99=AF=E7=AB=8B?= Date: Sat, 19 Mar 2022 21:49:14 +0800 Subject: [PATCH] Update index.html --- app/admin/view/oplog/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/admin/view/oplog/index.html b/app/admin/view/oplog/index.html index 5bb5456db..101fb1299 100644 --- a/app/admin/view/oplog/index.html +++ b/app/admin/view/oplog/index.html @@ -33,7 +33,7 @@ {field: 'geoip', title: '访问地址', minWidth: 100}, {field: 'geoisp', title: '网络服务商', minWidth: 100}, {field: 'create_at', title: '操作时间', minWidth: 170, align: 'center', sort: true}, - {toolbar: '#toolbar', title: '操作面板', align: 'center', fixed: 'right'} + {toolbar: '#toolbar', title: '操作面板', align: 'center', minWidth: 80, fixed: 'right'} ]] }); });