|
@@ -126,7 +126,7 @@ function A7_1edit({
|
|
label="标题"
|
|
label="标题"
|
|
name="name"
|
|
name="name"
|
|
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={50} showCount placeholder="请输入内容" />
|
|
<Input maxLength={50} showCount placeholder="请输入内容" />
|
|
</Form.Item>
|
|
</Form.Item>
|