From 0d40b7c82a585bd78fb96b1b27e34a524825945d Mon Sep 17 00:00:00 2001 From: empty Date: Thu, 8 Jan 2026 10:15:37 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=8C=83=E5=BC=8F?= =?UTF-8?q?=E5=88=86=E6=9E=90=E9=A1=B5=E9=9D=A2=E5=B7=A6=E4=BE=A7=E9=9D=A2?= =?UTF-8?q?=E6=9D=BF=E5=BA=95=E9=83=A8=E5=86=85=E5=AE=B9=E8=A2=AB=E6=88=AA?= =?UTF-8?q?=E6=96=AD=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 h-screen 确保面板占满高度 - 添加 min-h-0 确保 flex 子元素滚动正常 - header 添加 shrink-0 防止压缩 --- src/components/AnalysisPanel.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/AnalysisPanel.vue b/src/components/AnalysisPanel.vue index ee21d64..0925d1a 100644 --- a/src/components/AnalysisPanel.vue +++ b/src/components/AnalysisPanel.vue @@ -1,7 +1,7 @@