Browse Source

fix editor css

页面布局改变时,编辑器未响应式变化
pull/8/head
zxd 2 years ago
parent
commit
1c6921decd
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      src/App.vue

+ 2
- 0
src/App.vue View File

@@ -84,6 +84,7 @@ onMounted(() => {
language: "json",
theme: "vs-dark",
formatOnPaste: true,
automaticLayout: true,
fontSize: 16,
minimap: {
enabled: false,
@@ -106,6 +107,7 @@ onMounted(() => {
language: "sql",
theme: "vs-dark",
formatOnPaste: true,
automaticLayout: true,
fontSize: 16,
minimap: {
enabled: false,


Loading…
Cancel
Save