Преглед на файлове

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>