mirror of
https://github.com/whyour/qinglong.git
synced 2025-07-27 22:56:07 +08:00
修复日志二维码展示
This commit is contained in:
parent
43da00557d
commit
da2581119d
|
@ -100,7 +100,7 @@ const CronLogModal = ({
|
||||||
onCancel={() => cancel()}
|
onCancel={() => cancel()}
|
||||||
>
|
>
|
||||||
{!loading && value && (
|
{!loading && value && (
|
||||||
<pre style={{ whiteSpace: 'break-spaces', lineHeight: 17 }}>
|
<pre style={{ whiteSpace: 'break-spaces', lineHeight: '17px' }}>
|
||||||
{value}
|
{value}
|
||||||
</pre>
|
</pre>
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user