修复日志二维码展示

This commit is contained in:
hanhh 2021-06-05 12:33:29 +08:00
parent 43da00557d
commit da2581119d

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