mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-16 17:09:20 +08:00
修复日志二维码展示
This commit is contained in:
@@ -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>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user