Skip to content

Commit

Permalink
修复日志二维码展示
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhh committed Jun 5, 2021
1 parent 43da005 commit da25811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/crontab/logModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
)}
Expand Down

0 comments on commit da25811

Please sign in to comment.