线上课添加、编辑样式优化

This commit is contained in:
禺狨 2023-03-22 10:03:15 +08:00
parent 0403634ed8
commit 3162eb1ee1
2 changed files with 4 additions and 2 deletions

View File

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

View File

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