shaogen1995 2 gadi atpakaļ
vecāks
revīzija
a043d79a30
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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"
             name="description"
           >
           >
             <TextArea
             <TextArea
-              rows={4}
+              rows={6}
               placeholder="请输入内容"
               placeholder="请输入内容"
               showCount
               showCount
-              maxLength={500}
+              maxLength={1000}
             />
             />
           </Form.Item>
           </Form.Item>