chore: update

This commit is contained in:
xiaoxian521 2024-03-21 16:00:59 +08:00
parent 1b844af0ee
commit a663e3adcf
3 changed files with 3 additions and 0 deletions

View File

@ -127,6 +127,7 @@ const columns: PlusColumn[] = [
fieldProps: {
maxlength: 10,
showWordLimit: true,
// @ts-expect-error
autosize: { minRows: 2, maxRows: 4 }
}
}

View File

@ -180,6 +180,7 @@ const columns: PlusColumn[] = [
fieldProps: {
maxlength: 10,
showWordLimit: true,
// @ts-expect-error
autosize: { minRows: 2, maxRows: 4 }
}
}

View File

@ -180,6 +180,7 @@ const columns: PlusColumn[] = [
fieldProps: {
maxlength: 10,
showWordLimit: true,
// @ts-expect-error
autosize: { minRows: 2, maxRows: 4 }
}
}