mirror of
https://github.com/PlayEdu/backend
synced 2025-07-19 04:59:39 +08:00
线上课课程简介限制长度200字
This commit is contained in:
parent
d149ff51d1
commit
3ed15e67b1
@ -576,7 +576,8 @@ export const CourseCreate: React.FC<PropInterface> = ({
|
|||||||
<Input.TextArea
|
<Input.TextArea
|
||||||
style={{ width: 424, height: 80 }}
|
style={{ width: 424, height: 80 }}
|
||||||
allowClear
|
allowClear
|
||||||
placeholder="请输入课程简介"
|
placeholder="请输入课程简介(最多200字)"
|
||||||
|
maxLength={200}
|
||||||
/>
|
/>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
|
@ -382,7 +382,8 @@ export const CourseUpdate: React.FC<PropInterface> = ({
|
|||||||
<Input.TextArea
|
<Input.TextArea
|
||||||
style={{ width: 424, height: 80 }}
|
style={{ width: 424, height: 80 }}
|
||||||
allowClear
|
allowClear
|
||||||
placeholder="请输入课程简介"
|
placeholder="请输入课程简介(最多200字)"
|
||||||
|
maxLength={200}
|
||||||
/>
|
/>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
</Form>
|
</Form>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user