mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-25 00:16:06 +08:00
修复日志二维码展示
This commit is contained in:
parent
42c71f4b8b
commit
e61f2e3ace
|
@ -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