修复日志二维码展示

This commit is contained in:
hanhh 2021-06-05 12:33:29 +08:00
parent 1d8c7f0cf6
commit df15ddf03c

View File

@ -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>
)}