修复弹框日志样式

This commit is contained in:
hanhh
2021-07-26 00:56:53 +08:00
parent fd7153403d
commit c77e302874
4 changed files with 31 additions and 38 deletions
+2 -1
View File
@@ -91,7 +91,8 @@ const Crontab = () => {
lineNumbersMinChars: 3,
folding: false,
glyphMargin: false,
renderSideBySide: width==='100%'
renderSideBySide: width==='100%',
wordWrap: 'on'
}}
theme={theme}
/>