mirror of
https://github.com/PlayEdu/backend
synced 2025-12-25 19:49:56 +08:00
线上课添加、编辑样式优化
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user