shaogen1995 1 년 전
부모
커밋
a32381bd19
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/A7_1charity/A7_1edit.tsx

+ 1 - 1
src/pages/A7_1charity/A7_1edit.tsx

@@ -180,7 +180,7 @@ function A7_1edit({
           </Form.Item>
 
           <Form.Item label="介绍" name="description">
-            <TextArea maxLength={500} showCount placeholder="请输入内容" />
+            <TextArea maxLength={1000} showCount placeholder="请输入内容" />
           </Form.Item>
 
           {/* 确定和取消按钮 */}