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