线上课课程简介限制长度200字

This commit is contained in:
禺狨 2023-03-28 14:18:34 +08:00
parent d149ff51d1
commit 3ed15e67b1
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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>