mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-30 12:56:15 +08:00
修复log样式
This commit is contained in:
parent
bcdca5084c
commit
2f89494185
|
@ -99,7 +99,9 @@ const CronLogModal = ({
|
||||||
onOk={() => cancel()}
|
onOk={() => cancel()}
|
||||||
onCancel={() => cancel()}
|
onCancel={() => cancel()}
|
||||||
>
|
>
|
||||||
{!loading && value && <pre>{value}</pre>}
|
{!loading && value && (
|
||||||
|
<pre style={{ whiteSpace: 'break-spaces' }}>{value}</pre>
|
||||||
|
)}
|
||||||
</Modal>
|
</Modal>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user