shaogen1995 1 سال پیش
والد
کامیت
b8fad7b91a
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      后台/src/pages/C0Tripartite/C0Edit/index.tsx

+ 2 - 2
后台/src/pages/C0Tripartite/C0Edit/index.tsx

@@ -84,7 +84,7 @@ function C0Edit({ info, closeFu, editFu }: Props) {
             rules={[{ required: true, message: "请输入名称!" }]}
             getValueFromEvent={(e) => e.target.value.replace(/\s+/g, "")}
           >
-            <Input maxLength={15} showCount placeholder="请输入内容" />
+            <Input maxLength={30} showCount placeholder="请输入内容" />
           </Form.Item>
 
           {/* 封面图 */}
@@ -112,7 +112,7 @@ function C0Edit({ info, closeFu, editFu }: Props) {
             rules={[{ required: true, message: "请输入appid!" }]}
             getValueFromEvent={(e) => e.target.value.replace(/\s+/g, "")}
           >
-            <Input maxLength={15} showCount placeholder="请输入内容" />
+            <Input maxLength={30} showCount placeholder="请输入内容" />
           </Form.Item>
 
           <Form.Item