Sfoglia il codice sorgente

Merge pull request #8 from Mo-xiaoyu/master

fix editor css
master
程序员鱼皮 2 anni fa
committed by GitHub
parent
commit
bcd8ee341c
Non sono state trovate chiavi note per questa firma nel database ID Chiave GPG: 4AEE18F83AFDEB23
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. +2
    -0
      src/App.vue

+ 2
- 0
src/App.vue Vedi 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,


Caricamento…
Annulla
Salva