fix: 更新表格增加minWidth属性

This commit is contained in:
Yann
2025-05-07 22:52:13 +08:00
parent 89dd4b8131
commit b52f3ba0c5
17 changed files with 92 additions and 10 deletions

View File

@@ -19,18 +19,22 @@ export const columns: VxeGridProps['columns'] = [
{
title: '用户账号',
field: 'userName',
minWidth: 120,
},
{
title: '用户昵称',
field: 'nickName',
minWidth: 120,
},
{
title: '邮箱',
field: 'email',
minWidth: 180,
},
{
title: '手机号',
field: 'phonenumber',
minWidth: 160,
},
{
field: 'action',