From 1e62a588e0e798b2993bcf0aa34d66ea2c4aad42 Mon Sep 17 00:00:00 2001 From: fengshuonan Date: Sat, 9 Jan 2021 16:14:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=8F=9C=E5=8D=95=E6=93=8D?= =?UTF-8?q?=E4=BD=9C=E6=A0=8F=E5=AE=BD=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/assets/modular/auth/menu/menu.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/webapp/assets/modular/auth/menu/menu.js b/src/main/webapp/assets/modular/auth/menu/menu.js index 0ee9a79a..cd865151 100644 --- a/src/main/webapp/assets/modular/auth/menu/menu.js +++ b/src/main/webapp/assets/modular/auth/menu/menu.js @@ -51,7 +51,7 @@ layui.use(['HttpRequest', 'treeTable', 'func'], function () { }, {field: 'createTime', align: "center", sort: true, title: '创建时间', minWidth: 120}, {field: 'updateTime', align: "center", sort: true, title: '更新时间', minWidth: 120}, - {align: 'center', toolbar: '#menuTableBar', title: '操作', minWidth: 120} + {align: 'center', toolbar: '#menuTableBar', title: '操作', minWidth: 145} ]; };