Browse Source

Merge pull request #8 from Mo-xiaoyu/master

fix editor css
master
程序员鱼皮 2 years ago
committed by GitHub
parent
commit
bcd8ee341c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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