fix: bug#19118

* fix: bug#19118
This commit is contained in:
qiaochuLei 2023-10-20 18:09:00 +08:00 committed by GitHub
parent cb4716f37d
commit 0453eb669f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@
v-if="refStr" v-if="refStr"
ref="editorRef" ref="editorRef"
language="json" language="json"
style="height: 100%" style="height: 100% ; min-height: 200px;"
theme="vs" theme="vs"
v-model:modelValue="requestBody.code" v-model:modelValue="requestBody.code"
/> />