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