소스 검색

feat: 修改标题长度

chenlei 1 년 전
부모
커밋
b731b16b51
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/pages/Collection/create-or-edit/index.tsx

+ 1 - 1
src/pages/Collection/create-or-edit/index.tsx

@@ -118,7 +118,7 @@ export default function CollectionCreateOrEditPage() {
                   <Input
                     className="w220"
                     placeholder="请输入内容"
-                    maxLength={20}
+                    maxLength={50}
                     showCount
                   />
                 </Form.Item>