fix: BUG修改
This commit is contained in:
parent
43f160fb3d
commit
c384651bed
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -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",
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user