shaogen1995 1 год назад
Родитель
Сommit
57e0e55369

+ 1 - 1
src/pages/A1goods/A1add/index.tsx

@@ -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='请输入内容'
             />

+ 1 - 1
src/pages/A2panorama/A2Com/index.tsx

@@ -110,7 +110,7 @@ function A2Com({ type }: Props) {
             <span>搜索:</span>
             <Input
               key={inputKey}
-              maxLength={20}
+              maxLength={50}
               style={{ width: 200 }}
               placeholder='请输入名称'
               allowClear

+ 2 - 2
src/pages/A2panorama/A2add/index.tsx

@@ -103,7 +103,7 @@ function A2add({ editInfo, closeFu, addTableFu, editTableFu, type }: Props) {
             <Input
               readOnly={editInfo.txt === '查看'}
               placeholder='请输入内容'
-              maxLength={20}
+              maxLength={50}
               showCount
             />
           </Form.Item>
@@ -135,7 +135,7 @@ function A2add({ editInfo, closeFu, addTableFu, editTableFu, type }: Props) {
           <Form.Item label='简介' name='remark'>
             <TextArea
               readOnly={editInfo.txt === '查看'}
-              maxLength={200}
+              maxLength={500}
               showCount
               placeholder='请输入内容'
             />

+ 2 - 2
src/pages/A4video/A4add/index.tsx

@@ -121,7 +121,7 @@ function A4add({ editInfo, closeFu, addTableFu, editTableFu }: Props) {
             <Input
               readOnly={editInfo.txt === '查看'}
               placeholder='请输入内容'
-              maxLength={20}
+              maxLength={50}
               showCount
             />
           </Form.Item>
@@ -177,7 +177,7 @@ function A4add({ editInfo, closeFu, addTableFu, editTableFu }: Props) {
           <Form.Item label='简介' name='remark'>
             <TextArea
               readOnly={editInfo.txt === '查看'}
-              maxLength={200}
+              maxLength={500}
               showCount
               placeholder='请输入内容'
             />

+ 1 - 1
src/pages/A4video/index.tsx

@@ -103,7 +103,7 @@ function A4video() {
             <span>搜索:</span>
             <Input
               key={inputKey}
-              maxLength={20}
+              maxLength={50}
               style={{ width: 200 }}
               placeholder='请输入名称'
               allowClear

+ 1 - 1
src/pages/A5story/A5add/index.tsx

@@ -138,7 +138,7 @@ function A5add({ editInfo, closeFu, addTableFu, editTableFu, type }: Props) {
             <Input
               readOnly={editInfo.txt === '查看'}
               placeholder='请输入内容'
-              maxLength={20}
+              maxLength={50}
               showCount
             />
           </Form.Item>

+ 1 - 1
src/pages/A5story/index.tsx

@@ -126,7 +126,7 @@ function A5story() {
             <span>搜索:</span>
             <Input
               key={inputKey}
-              maxLength={20}
+              maxLength={50}
               style={{ width: 200 }}
               placeholder='请输入名称'
               allowClear