From 6843be82cb194a96041ef693a2b3879d6e41739a Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Thu, 20 Aug 2026 17:05:48 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E4=BA=91=E7=81=B5AI):[#5796]=E9=A2=84?= =?UTF-8?q?=E8=AE=BE=E7=A4=BC=E5=93=81=E6=9D=A1=E4=BB=B6=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E7=95=8C=E9=9D=A2=EF=BC=8C=E8=8B=B9=E6=9E=9C16=E4=BB=A5?= =?UTF-8?q?=E5=90=8E=E5=87=BA=E7=9A=84=E6=89=8B=E6=9C=BA=EF=BC=8C=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E6=97=A0=E6=B3=95=E5=BE=80=E4=B8=8B=E6=BB=91=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- aiChat/views/index.vue | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/aiChat/views/index.vue b/aiChat/views/index.vue index b822da6..86ae0e8 100644 --- a/aiChat/views/index.vue +++ b/aiChat/views/index.vue @@ -862,10 +862,18 @@ export default { display: flex; flex-direction: column; justify-content: space-between; - height: calc(100vh - 240rpx); + min-height: calc(100vh - 240rpx); + height: auto; padding: 0 0 240rpx 0; + padding-bottom: calc(240rpx + constant(safe-area-inset-bottom)); + padding-bottom: calc(240rpx + env(safe-area-inset-bottom)); box-sizing: border-box; - overflow-y: auto; + overflow: visible; +} +.gift-steps-wrap { + padding-bottom: 40rpx; + padding-bottom: calc(40rpx + constant(safe-area-inset-bottom)); + padding-bottom: calc(40rpx + env(safe-area-inset-bottom)); } .focus-guide-wrap { display: flex;