From 0662e93dbb1b24aec853c9bf65f1f6bcfc48614a Mon Sep 17 00:00:00 2001 From: empty Date: Thu, 8 Jan 2026 15:35:07 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=B7=A6=E4=BE=A7?= =?UTF-8?q?=E9=9D=A2=E6=9D=BF=E5=86=85=E5=AE=B9=E6=BA=A2=E5=87=BA=E4=B8=8D?= =?UTF-8?q?=E5=8F=AF=E8=A7=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - aside 添加 h-screen 确保高度约束 - 内容区添加 min-h-0 确保 flex 子元素正确滚动 --- src/components/WriterPanel.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/WriterPanel.vue b/src/components/WriterPanel.vue index a60d40b..7909600 100644 --- a/src/components/WriterPanel.vue +++ b/src/components/WriterPanel.vue @@ -1,5 +1,5 @@