线上课课程简介去除下拉

This commit is contained in:
禺狨 2023-04-04 09:48:18 +08:00
parent 745004e2ca
commit 0a964b5320
2 changed files with 2 additions and 2 deletions

View File

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

View File

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