mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-17 01:14:50 +08:00
修复任务日志二维码展示,pushplus使用https
This commit is contained in:
@@ -100,7 +100,9 @@ const CronLogModal = ({
|
||||
onCancel={() => cancel()}
|
||||
>
|
||||
{!loading && value && (
|
||||
<pre style={{ whiteSpace: 'break-spaces' }}>{value}</pre>
|
||||
<pre style={{ whiteSpace: 'break-spaces', lineHeight: 17 }}>
|
||||
{value}
|
||||
</pre>
|
||||
)}
|
||||
</Modal>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user