mirror of
https://github.com/PlayEdu/backend
synced 2025-06-28 19:32:51 +08:00
线上课课程简介去除下拉
This commit is contained in:
parent
745004e2ca
commit
0a964b5320
@ -584,7 +584,7 @@ export const CourseCreate: React.FC<PropInterface> = ({
|
|||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item label="课程简介" name="short_desc">
|
<Form.Item label="课程简介" name="short_desc">
|
||||||
<Input.TextArea
|
<Input.TextArea
|
||||||
style={{ width: 424, height: 80, resize: "none" }}
|
style={{ width: 424, minHeight: 80 }}
|
||||||
allowClear
|
allowClear
|
||||||
placeholder="请输入课程简介(最多200字)"
|
placeholder="请输入课程简介(最多200字)"
|
||||||
maxLength={200}
|
maxLength={200}
|
||||||
|
@ -340,7 +340,7 @@ export const CourseUpdate: React.FC<PropInterface> = ({
|
|||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item label="课程简介" name="short_desc">
|
<Form.Item label="课程简介" name="short_desc">
|
||||||
<Input.TextArea
|
<Input.TextArea
|
||||||
style={{ width: 424, height: 80, resize: "none" }}
|
style={{ width: 424, minHeight: 80 }}
|
||||||
allowClear
|
allowClear
|
||||||
placeholder="请输入课程简介(最多200字)"
|
placeholder="请输入课程简介(最多200字)"
|
||||||
maxLength={200}
|
maxLength={200}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user