From aee82283b9857eca1c5663a1a1766d727fd6125b Mon Sep 17 00:00:00 2001 From: zoujing Date: Wed, 15 Oct 2025 20:10:09 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=AE=BE=E7=BD=AE=E5=BA=95=E9=83=A8?= =?UTF-8?q?=E5=AE=89=E5=85=A8=E5=8C=BA=E5=9F=9F=E8=B7=9D=E7=A6=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/index/components/chat/ChatInputArea/index.vue | 2 +- .../index/components/chat/ChatMainList/styles/index.scss | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/pages/index/components/chat/ChatInputArea/index.vue b/src/pages/index/components/chat/ChatInputArea/index.vue index 51aec89..41cbaca 100644 --- a/src/pages/index/components/chat/ChatInputArea/index.vue +++ b/src/pages/index/components/chat/ChatInputArea/index.vue @@ -63,7 +63,7 @@ - + 内容由AI大模型生成,请仔细鉴别 diff --git a/src/pages/index/components/chat/ChatMainList/styles/index.scss b/src/pages/index/components/chat/ChatMainList/styles/index.scss index d46bb36..3d9781f 100644 --- a/src/pages/index/components/chat/ChatMainList/styles/index.scss +++ b/src/pages/index/components/chat/ChatMainList/styles/index.scss @@ -1,5 +1,3 @@ .footer { - // touch-action: pan-x; - padding-bottom: calc(constant(safe-area-inset-bottom) + 8px); - padding-bottom: calc(env(safe-area-inset-bottom) + 8px); + padding-bottom: Max(env(safe-area-inset-bottom), 12px); }