mirror of
https://github.com/PlayEdu/backend
synced 2026-02-25 23:32:50 +08:00
线上课添加、编辑样式优化
This commit is contained in:
@@ -369,7 +369,7 @@ export const CourseCreate: React.FC<PropInterface> = ({ open, onCancel }) => {
|
|||||||
>
|
>
|
||||||
<Radio.Group>
|
<Radio.Group>
|
||||||
<Radio value={1}>必修课</Radio>
|
<Radio value={1}>必修课</Radio>
|
||||||
<Radio value={0}>选修课</Radio>
|
<Radio value={0} style={{marginLeft:22}}>选修课</Radio>
|
||||||
</Radio.Group>
|
</Radio.Group>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
|
|||||||
@@ -239,7 +239,9 @@ export const CourseUpdate: React.FC<PropInterface> = ({
|
|||||||
>
|
>
|
||||||
<Radio.Group>
|
<Radio.Group>
|
||||||
<Radio value={1}>必修课</Radio>
|
<Radio value={1}>必修课</Radio>
|
||||||
<Radio value={0}>选修课</Radio>
|
<Radio value={0} style={{ marginLeft: 22 }}>
|
||||||
|
选修课
|
||||||
|
</Radio>
|
||||||
</Radio.Group>
|
</Radio.Group>
|
||||||
</Form.Item>
|
</Form.Item>
|
||||||
<Form.Item
|
<Form.Item
|
||||||
|
|||||||
Reference in New Issue
Block a user