shaogen1995 1 年之前
父节点
当前提交
706deddc51
共有 1 个文件被更改,包括 1 次插入1 次删除
  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>
 
           {/* 封面 */}