mirror of
https://github.com/PlayEdu/backend
synced 2026-02-25 19:31:24 +08:00
线上课课程简介去除下拉
This commit is contained in:
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user