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

+ 2 - 2
src/pages/Exhibit/Edit.tsx

@@ -140,10 +140,10 @@ function ExhibitEdit({ id, closeFu, upList }: Props) {
             name="description"
           >
             <TextArea
-              rows={4}
+              rows={6}
               placeholder="请输入内容"
               showCount
-              maxLength={500}
+              maxLength={1000}
             />
           </Form.Item>