|
@@ -128,7 +128,7 @@ function A7_1edit({
|
|
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={10} showCount placeholder="请输入内容" />
|
|
|
|
|
|
+ <Input maxLength={50} showCount placeholder="请输入内容" />
|
|
</Form.Item>
|
|
</Form.Item>
|
|
|
|
|
|
{/* 封面 */}
|
|
{/* 封面 */}
|