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