修改cron管理操作按钮响应样式

This commit is contained in:
whyour 2021-05-08 14:46:55 +08:00
parent 5d43add6eb
commit 212cbd79e9

View File

@ -516,28 +516,24 @@ const Crontab = () => {
> >
{selectedRowIds.length > 0 && ( {selectedRowIds.length > 0 && (
<div style={{ marginBottom: 16 }}> <div style={{ marginBottom: 16 }}>
<Button type="primary" onClick={delCrons}> <Button type="primary" style={{ marginBottom: 5 }} onClick={delCrons}>
</Button> </Button>
<Button <Button
type="primary" type="primary"
onClick={() => operateCrons(0)} onClick={() => operateCrons(0)}
style={{ marginLeft: 8 }} style={{ marginLeft: 8, marginBottom: 5 }}
> >
</Button> </Button>
<Button <Button
type="primary" type="primary"
onClick={() => operateCrons(1)} onClick={() => operateCrons(1)}
style={{ marginLeft: 8 }} style={{ marginLeft: 8, marginRight: 8 }}
> >
</Button> </Button>
<Button <Button type="primary" onClick={() => operateCrons(2)}>
type="primary"
onClick={() => operateCrons(2)}
style={{ marginLeft: 8 }}
>
</Button> </Button>
<span style={{ marginLeft: 8 }}> <span style={{ marginLeft: 8 }}>