From 5d6122416e370bf1eabe87f7f251c0059402519b Mon Sep 17 00:00:00 2001 From: jingrow Date: Sat, 11 Oct 2025 15:35:42 +0800 Subject: [PATCH] =?UTF-8?q?Jeditor=E9=BB=98=E8=AE=A4=E6=9C=80=E5=B0=8F?= =?UTF-8?q?=E9=AB=98=E5=BA=A6=E6=9B=B4=E6=96=B0=E4=B8=BA300?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/form/controls/Jeditor.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/components/form/controls/Jeditor.vue b/frontend/src/components/form/controls/Jeditor.vue index 4aaee48..9694611 100644 --- a/frontend/src/components/form/controls/Jeditor.vue +++ b/frontend/src/components/form/controls/Jeditor.vue @@ -680,7 +680,7 @@ watch(() => props.disabled, (disabled) => { margin-bottom: 8px; } .jeditor-control :deep(.jeditor) { - min-height: 240px; + min-height: 300px; } .jeditor-control, .jeditor-control > div { width: 100%; } @@ -750,7 +750,7 @@ watch(() => props.disabled, (disabled) => { border: 1px solid #e5e7eb; border-radius: 8px; padding: 12px; - min-height: 240px; + min-height: 300px; width: 100%; box-sizing: border-box; background: #fff;