diff --git a/yudao-ui-admin-vue3/src/hooks/web/useVxeCrudSchemas.ts b/yudao-ui-admin-vue3/src/hooks/web/useVxeCrudSchemas.ts index fd1a52477..45bf85b7d 100644 --- a/yudao-ui-admin-vue3/src/hooks/web/useVxeCrudSchemas.ts +++ b/yudao-ui-admin-vue3/src/hooks/web/useVxeCrudSchemas.ts @@ -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) {