From 0453eb669f467bc662308084e6f3c22e3ad34e87 Mon Sep 17 00:00:00 2001 From: qiaochuLei <124648559+qiaochuLei@users.noreply.github.com> Date: Fri, 20 Oct 2023 18:09:00 +0800 Subject: [PATCH] fix: bug#19118 * fix: bug#19118 --- src/views/system/Platforms/Api/components/ApiTest.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/system/Platforms/Api/components/ApiTest.vue b/src/views/system/Platforms/Api/components/ApiTest.vue index 3a1de1d8..4f52f9c0 100644 --- a/src/views/system/Platforms/Api/components/ApiTest.vue +++ b/src/views/system/Platforms/Api/components/ApiTest.vue @@ -117,7 +117,7 @@ v-if="refStr" ref="editorRef" language="json" - style="height: 100%" + style="height: 100% ; min-height: 200px;" theme="vs" v-model:modelValue="requestBody.code" />