Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoxian521 committed Mar 21, 2024
1 parent 1b844af commit a663e3a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/views/schema-form/form/base.vue
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ const columns: PlusColumn[] = [
fieldProps: {
maxlength: 10,
showWordLimit: true,
// @ts-expect-error
autosize: { minRows: 2, maxRows: 4 }
}
}
Expand Down
1 change: 1 addition & 0 deletions src/views/schema-form/form/dialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ const columns: PlusColumn[] = [
fieldProps: {
maxlength: 10,
showWordLimit: true,
// @ts-expect-error
autosize: { minRows: 2, maxRows: 4 }
}
}
Expand Down
1 change: 1 addition & 0 deletions src/views/schema-form/form/drawer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ const columns: PlusColumn[] = [
fieldProps: {
maxlength: 10,
showWordLimit: true,
// @ts-expect-error
autosize: { minRows: 2, maxRows: 4 }
}
}
Expand Down

0 comments on commit a663e3a

Please sign in to comment.