fix: 更新表格增加minWidth属性
This commit is contained in:
@@ -23,22 +23,27 @@ export const columns: VxeGridProps['columns'] = [
|
||||
return renderDictTag(dictValue, [row]);
|
||||
},
|
||||
},
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
title: '字典键值',
|
||||
field: 'dictValue',
|
||||
minWidth: 100,
|
||||
},
|
||||
{
|
||||
title: '字典排序',
|
||||
field: 'dictSort',
|
||||
minWidth: 80,
|
||||
},
|
||||
{
|
||||
title: '备注',
|
||||
field: 'remark',
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
title: '创建时间',
|
||||
field: 'createTime',
|
||||
minWidth: 160,
|
||||
},
|
||||
{
|
||||
field: 'action',
|
||||
|
@@ -21,18 +21,22 @@ export const columns: VxeGridProps['columns'] = [
|
||||
{
|
||||
title: '字典名称',
|
||||
field: 'dictName',
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
title: '字典类型',
|
||||
field: 'dictType',
|
||||
minWidth: 160,
|
||||
},
|
||||
{
|
||||
title: '备注',
|
||||
field: 'remark',
|
||||
minWidth: 120,
|
||||
},
|
||||
{
|
||||
title: '创建时间',
|
||||
field: 'createTime',
|
||||
minWidth: 160,
|
||||
},
|
||||
{
|
||||
field: 'action',
|
||||
|
Reference in New Issue
Block a user