From d774524881ae3808f53246c6bfb8e3ee420ac767 Mon Sep 17 00:00:00 2001 From: cfq Date: Mon, 26 Jan 2026 18:49:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=BB=A3=E7=A0=81?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E5=99=A8=E9=AB=98=E5=BA=A6=E8=AE=BE=E7=BD=AE?= =?UTF-8?q?=E9=94=99=E8=AF=AF=E5=AF=BC=E8=87=B4=E6=98=BE=E7=A4=BA=E5=BC=82?= =?UTF-8?q?=E5=B8=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将编辑器高度从 'auto' 改为 '0' 以正确触发 flex 布局计算,避免在某些情况下编辑器区域高度异常膨胀的问题。 --- src/components/LivePreviewEditor.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/LivePreviewEditor.vue b/src/components/LivePreviewEditor.vue index f118431..3f972fd 100644 --- a/src/components/LivePreviewEditor.vue +++ b/src/components/LivePreviewEditor.vue @@ -4,7 +4,7 @@