shaogen1995 1 năm trước cách đây
mục cha
commit
706deddc51
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/pages/A7_1charity/A7_1edit.tsx

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

@@ -128,7 +128,7 @@ function A7_1edit({
             rules={[{ required: true, message: "请输入标题!" }]}
             getValueFromEvent={(e) => e.target.value.replace(/\s+/g, "")}
           >
-            <Input maxLength={10} showCount placeholder="请输入内容" />
+            <Input maxLength={50} showCount placeholder="请输入内容" />
           </Form.Item>
 
           {/* 封面 */}