@@ -215,7 +215,7 @@ function A1add({ editInfo, closeFu, addTableFu, editTableFu }: Props) {
<Form.Item label='简介' name='remark'>
<TextArea
readOnly={editInfo.txt === '查看'}
- maxLength={200}
+ maxLength={500}
showCount
placeholder='请输入内容'
/>
@@ -110,7 +110,7 @@ function A2Com({ type }: Props) {
<span>搜索:</span>
<Input
key={inputKey}
- maxLength={20}
+ maxLength={50}
style={{ width: 200 }}
placeholder='请输入名称'
allowClear
@@ -103,7 +103,7 @@ function A2add({ editInfo, closeFu, addTableFu, editTableFu, type }: Props) {
</Form.Item>
@@ -135,7 +135,7 @@ function A2add({ editInfo, closeFu, addTableFu, editTableFu, type }: Props) {
@@ -121,7 +121,7 @@ function A4add({ editInfo, closeFu, addTableFu, editTableFu }: Props) {
@@ -177,7 +177,7 @@ function A4add({ editInfo, closeFu, addTableFu, editTableFu }: Props) {
@@ -103,7 +103,7 @@ function A4video() {
@@ -138,7 +138,7 @@ function A5add({ editInfo, closeFu, addTableFu, editTableFu, type }: Props) {
@@ -126,7 +126,7 @@ function A5story() {