From 3083f2422aebe5a93d55fd05b6dd3eafbba85f53 Mon Sep 17 00:00:00 2001 From: xjs Date: Thu, 10 Apr 2025 13:42:52 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=A1=B5=E9=9D=A2=E5=B8=83=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/index.html | 2 +- src/pages/MainPage/MainArea/Room/index.module.less | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/public/index.html b/public/index.html index 387bbc3..eb66e75 100644 --- a/public/index.html +++ b/public/index.html @@ -6,7 +6,7 @@ - + diff --git a/src/pages/MainPage/MainArea/Room/index.module.less b/src/pages/MainPage/MainArea/Room/index.module.less index 23af2df..ebd7548 100644 --- a/src/pages/MainPage/MainArea/Room/index.module.less +++ b/src/pages/MainPage/MainArea/Room/index.module.less @@ -12,8 +12,7 @@ flex-direction: column; padding-top: 38px; background-color: #F4F6FA; - padding-bottom:constant(safe-area-inset-bottom); - padding-bottom: env(safe-area-inset-bottom); + .conversation { width: 100%; @@ -141,6 +140,8 @@ gap: 16px; background-color: #fff; padding: 8px 15px; + padding-bottom:constant(safe-area-inset-bottom); + padding-bottom: env(safe-area-inset-bottom); .talkWrapper {