修复弹框日志样式

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
@@ -172,7 +172,8 @@ const Script = () => {
minimap: {enabled: width==='100%'},
lineNumbersMinChars: 3,
folding: false,
glyphMargin: false
glyphMargin: false,
wordWrap: 'on'
}}
onChange={(val) => {setValue(val as string)}}
/>