From 9c4644c96953f33a2180526213b4ca4f41c4fb02 Mon Sep 17 00:00:00 2001 From: ChenZhaoYu <790348264@qq.com> Date: Fri, 10 Mar 2023 14:04:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20iOS=20=E5=AE=89=E5=85=A8=E8=B7=9D?= =?UTF-8?q?=E7=A6=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/global.less | 1 + 1 file changed, 1 insertion(+) diff --git a/src/styles/global.less b/src/styles/global.less index f84a2d6..0e74282 100644 --- a/src/styles/global.less +++ b/src/styles/global.less @@ -6,4 +6,5 @@ body, body { padding-bottom: constant(safe-area-inset-bottom); + padding-bottom: env(safe-area-inset-bottom); }