@@ -44,6 +44,7 @@ export default {
folding: false,
lineDecorationsWidth: 20,
fixedOverflowWidgets: false,
+ renderWhitespace: 'none',
fontFamily: contants.EDITOR_FONT_FAMILY,
fontSize: contants.EDITOR_FONT_SIZE,
fontLigatures: true
@@ -117,6 +117,7 @@ export default {
fontLigatures: true,
// 自动调整大小
automaticLayout: true
})
@@ -353,6 +353,7 @@
theme: store.get('skin') || 'default',
value: formatJson(this.info.requestBody) || '{\r\n\t\r\n}'
@@ -114,6 +114,7 @@ export default {
value: this.info.responseBody || '',
theme: store.get('skin') || 'default'
bus.$on('update-window-size', () => this.updateSize())
@@ -79,6 +79,7 @@ export default {
readOnly: true,
scrollBeyondLastLine: false,
@@ -316,6 +316,7 @@ export default {
value: formatJson(temp) || '{\r\n\t\r\n}'