diff --git a/src/views/eam/mold/moldAccounts/moldAccounts.data.ts b/src/views/eam/mold/moldAccounts/moldAccounts.data.ts index 747a512..8d1ffb6 100644 --- a/src/views/eam/mold/moldAccounts/moldAccounts.data.ts +++ b/src/views/eam/mold/moldAccounts/moldAccounts.data.ts @@ -165,6 +165,9 @@ export const MoldAccounts = useCrudSchemas(reactive([ isSearch: false, isForm: true, isTable: true, + table: { + width: '150', + }, form: { component: 'Input', }