修复日志二维码展示

This commit is contained in:
hanhh 2021-06-05 12:33:29 +08:00
parent 42c71f4b8b
commit e61f2e3ace

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