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