From 8c96536d11275de7556d90943c48ec4235204d0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E6=9D=8E?= <930530870@qq.com> Date: Fri, 10 Jul 2026 10:07:13 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E8=B5=84=E6=9D=A1=E5=BA=95=E9=83=A8?= =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/other/splash/splash.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pages/other/splash/splash.vue b/pages/other/splash/splash.vue index 2dcfc9a..99ce41a 100644 --- a/pages/other/splash/splash.vue +++ b/pages/other/splash/splash.vue @@ -873,7 +873,14 @@ .button-container { display: flex; justify-content: center; - padding: 30rpx 0; + position: fixed; + left: 0; + bottom: 86px; + width: 100vw; + display: flex; + justify-content: center; + padding-bottom: constant(safe-area-inset-bottom); // 兼容 IOS<11.2 + padding-bottom: env(safe-area-inset-bottom); // 兼容 IOS>11.2 } .btn-save-image {