更新菜单操作栏宽度

pull/65/head
fengshuonan 2021-01-09 16:14:44 +08:00
parent 86cda799f0
commit 1e62a588e0
1 changed files with 1 additions and 1 deletions

View File

@ -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}
];
};