mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-06-08 01:17:23 +08:00
chore: update
This commit is contained in:
parent
1b844af0ee
commit
a663e3adcf
@ -127,6 +127,7 @@ const columns: PlusColumn[] = [
|
|||||||
fieldProps: {
|
fieldProps: {
|
||||||
maxlength: 10,
|
maxlength: 10,
|
||||||
showWordLimit: true,
|
showWordLimit: true,
|
||||||
|
// @ts-expect-error
|
||||||
autosize: { minRows: 2, maxRows: 4 }
|
autosize: { minRows: 2, maxRows: 4 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -180,6 +180,7 @@ const columns: PlusColumn[] = [
|
|||||||
fieldProps: {
|
fieldProps: {
|
||||||
maxlength: 10,
|
maxlength: 10,
|
||||||
showWordLimit: true,
|
showWordLimit: true,
|
||||||
|
// @ts-expect-error
|
||||||
autosize: { minRows: 2, maxRows: 4 }
|
autosize: { minRows: 2, maxRows: 4 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -180,6 +180,7 @@ const columns: PlusColumn[] = [
|
|||||||
fieldProps: {
|
fieldProps: {
|
||||||
maxlength: 10,
|
maxlength: 10,
|
||||||
showWordLimit: true,
|
showWordLimit: true,
|
||||||
|
// @ts-expect-error
|
||||||
autosize: { minRows: 2, maxRows: 4 }
|
autosize: { minRows: 2, maxRows: 4 }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user