Commit 3c31997c by JustSong

style: add bottom margin for unlimited times button

parent 79dc851a
...@@ -121,7 +121,7 @@ const EditToken = () => { ...@@ -121,7 +121,7 @@ const EditToken = () => {
disabled={unlimited_times} disabled={unlimited_times}
/> />
</Form.Field> </Form.Field>
<Button type={'button'} onClick={() => { <Button type={'button'} style={{marginBottom: '14px'}} onClick={() => {
setUnlimitedTimes(); setUnlimitedTimes();
}}>{unlimited_times ? '取消无限次' : '设置为无限次'}</Button> }}>{unlimited_times ? '取消无限次' : '设置为无限次'}</Button>
</> </>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment