跳转错误提示样式

This commit is contained in:
谢思 2024-03-20 10:22:57 +08:00
parent 5e435f8521
commit 12f61a431c
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ export default Form.create()(({ form, history, showNotification, projectDetail,
})(<Input style={{ display: 'none' }} />)}
</Form.Item>
<Checkbox checked={modal} onChange={changeModal}>添加模版</Checkbox>
<Checkbox checked={modal} onChange={changeModal} className='mt10'>添加模版</Checkbox>
<Radio.Group onChange={changeModalType} value={modalType}>
<Radio value='周报'>周报</Radio>