mirror of
https://github.com/PlayEdu/backend
synced 2025-07-16 21:39:04 +08:00
线上课添加、编辑样式优化
This commit is contained in:
parent
0403634ed8
commit
3162eb1ee1
@ -369,7 +369,7 @@ export const CourseCreate: React.FC<PropInterface> = ({ open, onCancel }) => {
|
||||
>
|
||||
<Radio.Group>
|
||||
<Radio value={1}>必修课</Radio>
|
||||
<Radio value={0}>选修课</Radio>
|
||||
<Radio value={0} style={{marginLeft:22}}>选修课</Radio>
|
||||
</Radio.Group>
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
|
@ -239,7 +239,9 @@ export const CourseUpdate: React.FC<PropInterface> = ({
|
||||
>
|
||||
<Radio.Group>
|
||||
<Radio value={1}>必修课</Radio>
|
||||
<Radio value={0}>选修课</Radio>
|
||||
<Radio value={0} style={{ marginLeft: 22 }}>
|
||||
选修课
|
||||
</Radio>
|
||||
</Radio.Group>
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
|
Loading…
x
Reference in New Issue
Block a user