mirror of https://gitee.com/stylefeng/guns
更新菜单操作栏宽度
parent
86cda799f0
commit
1e62a588e0
|
@ -51,7 +51,7 @@ layui.use(['HttpRequest', 'treeTable', 'func'], function () {
|
||||||
},
|
},
|
||||||
{field: 'createTime', align: "center", sort: true, title: '创建时间', minWidth: 120},
|
{field: 'createTime', align: "center", sort: true, title: '创建时间', minWidth: 120},
|
||||||
{field: 'updateTime', 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}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue