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); }