资源分类组件优化

This commit is contained in:
禺狨 2023-03-22 10:07:17 +08:00
parent db20498317
commit e12cf6c79f

View File

@ -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 && (