From 2b7964fefbc2a2bbef25fac37431f14bf560de34 Mon Sep 17 00:00:00 2001 From: 2977094657 <2977094657@qq.com> Date: Sat, 28 Mar 2026 13:17:48 +0800 Subject: [PATCH] =?UTF-8?q?fix(ui):=20=E4=BF=AE=E5=A4=8D=E4=BC=9A=E8=AF=9D?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E4=B8=8E=E6=9C=8D=E5=8A=A1=E5=8F=B7=E9=A1=B5?= =?UTF-8?q?=E5=AE=B9=E5=99=A8=E9=AB=98=E5=BA=A6=EF=BC=8C=E9=81=BF=E5=85=8D?= =?UTF-8?q?=E5=BA=95=E9=83=A8=E6=98=BE=E7=A4=BA=E4=B8=8D=E5=85=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 统一页面容器的高度计算方式。 为列表底部补充留白,修复滚动到底部时最后一项显示不完整的问题。 --- frontend/components/chat/SessionListPanel.vue | 4 ++-- frontend/pages/biz.vue | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/frontend/components/chat/SessionListPanel.vue b/frontend/components/chat/SessionListPanel.vue index 7538d5c..95920e6 100644 --- a/frontend/components/chat/SessionListPanel.vue +++ b/frontend/components/chat/SessionListPanel.vue @@ -69,7 +69,7 @@