shaogen1995 1 yıl önce
ebeveyn
işleme
b8fad7b91a

+ 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