修复日志状态样式

This commit is contained in:
whyour 2021-05-14 22:03:39 +08:00
parent c3a53ddda9
commit 9c5e6efff7

View File

@ -71,7 +71,7 @@ const CronLogModal = ({
<> <>
{excuting && <Loading3QuartersOutlined spin />} {excuting && <Loading3QuartersOutlined spin />}
{!excuting && <CheckCircleOutlined />} {!excuting && <CheckCircleOutlined />}
<span style={{ marginRight: 5 }}>-{cron && cron.name}</span>{' '} <span style={{ marginLeft: 5 }}>-{cron && cron.name}</span>{' '}
</> </>
); );
}; };