perf: 添加默认最小列宽

This commit is contained in:
xingyu 2022-12-07 21:25:00 +08:00
parent 6eb908dc4c
commit 6b35f5c664
1 changed files with 2 additions and 1 deletions

View File

@ -208,7 +208,8 @@ const filterTableSchema = (crudSchema: VxeCrudSchema): VxeGridPropTypes.Columns
const tableSchemaItem = {
...schemaItem.table,
field: schemaItem.field,
title: schemaItem.table?.title || schemaItem.title
title: schemaItem.table?.title || schemaItem.title,
minWidth: '80px'
}
tableSchemaItem.showOverflow = 'tooltip'
if (schemaItem?.formatter) {