mirror of
https://github.com/PlayEdu/backend
synced 2025-06-20 06:22:50 +08:00
资源分类组件优化
This commit is contained in:
parent
db20498317
commit
e12cf6c79f
@ -369,7 +369,9 @@ export const CourseCreate: React.FC<PropInterface> = ({ open, onCancel }) => {
|
||||
>
|
||||
<Radio.Group>
|
||||
<Radio value={1}>必修课</Radio>
|
||||
<Radio value={0} style={{marginLeft:22}}>选修课</Radio>
|
||||
<Radio value={0} style={{ marginLeft: 22 }}>
|
||||
选修课
|
||||
</Radio>
|
||||
</Radio.Group>
|
||||
</Form.Item>
|
||||
<Form.Item
|
||||
@ -519,7 +521,9 @@ export const CourseCreate: React.FC<PropInterface> = ({ open, onCancel }) => {
|
||||
>
|
||||
<Radio.Group onChange={getChapterType}>
|
||||
<Radio value={0}>无章节</Radio>
|
||||
<Radio value={1}>有章节</Radio>
|
||||
<Radio value={1} style={{ marginLeft: 22 }}>
|
||||
有章节
|
||||
</Radio>
|
||||
</Radio.Group>
|
||||
</Form.Item>
|
||||
{chapterType === 0 && (
|
||||
|
Loading…
x
Reference in New Issue
Block a user