修复弹框日志样式

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
+3 -1
View File
@@ -196,8 +196,10 @@ const Log = () => {
fontSize: 12,
minimap: {enabled: width==='100%'},
lineNumbersMinChars: 3,
fontFamily: 'Source Code Pro',
folding: false,
glyphMargin: false
glyphMargin: false,
wordWrap: 'on'
}}
onChange={(val, ev) => {setValue(val as string)}}
/>