fix: BUG修改

This commit is contained in:
kun 2023-12-11 09:26:30 +08:00
parent 43f160fb3d
commit c384651bed
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
"editor.formatOnSave": true,
"stylelint.enable": true,
"editor.codeActionsOnSave": {
"source.fixAll.stylelint": true
"source.fixAll.stylelint": "explicit"
},
"stylelint.validate": ["css", "less", "postcss", "scss", "vue", "sass", "html"],
"files.eol": "\n",

View File

@ -25,7 +25,7 @@
<CodeMirror
v-model:code="pointConfig.pointCode"
dark
:codeStyle="{ width: '100%', height: '200px', fontSize: '16px' }"
:codeStyle="{ width: '100%', height: '400px', fontSize: '16px' }"
:disabled="false"
:extensions="extensions"
@ready="onReady"
@ -54,7 +54,7 @@
<CodeMirror
v-model:code="basicConfig.popupCode"
dark
:codeStyle="{ width: '100%', height: '200px', fontSize: '16px' }"
:codeStyle="{ width: '100%', height: '400px', fontSize: '16px' }"
:disabled="false"
:extensions="extensions"
@ready="onReady"