修复ql命令日志

This commit is contained in:
hanhh
2021-06-25 15:50:04 +08:00
parent ce3543779e
commit 86e5f208fb
3 changed files with 46 additions and 18 deletions
+6 -1
View File
@@ -108,10 +108,15 @@ const CronLogModal = ({
<pre
style={
!isPhone
? { whiteSpace: 'break-spaces', lineHeight: '17px' }
? {
whiteSpace: 'break-spaces',
lineHeight: '17px',
marginBottom: 0,
}
: {
whiteSpace: 'break-spaces',
lineHeight: '17px',
marginBottom: 0,
fontFamily: 'Source Code Pro',
width: 375,
zoom: 0.83,