mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 14:56:07 +08:00
修复日志状态样式
This commit is contained in:
parent
c3a53ddda9
commit
9c5e6efff7
|
@ -71,7 +71,7 @@ const CronLogModal = ({
|
|||
<>
|
||||
{excuting && <Loading3QuartersOutlined spin />}
|
||||
{!excuting && <CheckCircleOutlined />}
|
||||
<span style={{ marginRight: 5 }}>日志-{cron && cron.name}</span>{' '}
|
||||
<span style={{ marginLeft: 5 }}>日志-{cron && cron.name}</span>{' '}
|
||||
</>
|
||||
);
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user