mirror of
https://github.com/PlayEdu/backend
synced 2025-12-23 13:09:55 +08:00
线上课课程简介去除下拉
This commit is contained in:
@@ -462,7 +462,7 @@ export const CourseCreate: React.FC<PropInterface> = ({
|
||||
rules={[{ required: true, message: "请选择指派部门!" }]}
|
||||
>
|
||||
<Radio.Group onChange={getType}>
|
||||
<Radio value="open">所有部门</Radio>
|
||||
<Radio value="open">全部部门</Radio>
|
||||
<Radio value="elective">选择部门</Radio>
|
||||
</Radio.Group>
|
||||
</Form.Item>
|
||||
@@ -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 }}
|
||||
style={{ width: 424, height: 80, resize: "none" }}
|
||||
allowClear
|
||||
placeholder="请输入课程简介(最多200字)"
|
||||
maxLength={200}
|
||||
|
||||
@@ -218,7 +218,7 @@ export const CourseUpdate: React.FC<PropInterface> = ({
|
||||
rules={[{ required: true, message: "请选择指派部门!" }]}
|
||||
>
|
||||
<Radio.Group onChange={getType}>
|
||||
<Radio value="open">所有部门</Radio>
|
||||
<Radio value="open">全部部门</Radio>
|
||||
<Radio value="elective">选择部门</Radio>
|
||||
</Radio.Group>
|
||||
</Form.Item>
|
||||
@@ -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 }}
|
||||
style={{ width: 424, height: 80, resize: "none" }}
|
||||
allowClear
|
||||
placeholder="请输入课程简介(最多200字)"
|
||||
maxLength={200}
|
||||
|
||||
Reference in New Issue
Block a user