From 6cc81ea6b7678394e70402a420023a94326b7e16 Mon Sep 17 00:00:00 2001 From: unknown <18119604035@163.com> Date: Sun, 30 Jul 2023 14:06:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E9=A1=B5=E9=9D=A2=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/member/index.module.scss | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/pages/member/index.module.scss b/src/pages/member/index.module.scss index 9985024..769b8ae 100644 --- a/src/pages/member/index.module.scss +++ b/src/pages/member/index.module.scss @@ -157,10 +157,15 @@ .dialog-body { position: fixed; - bottom: 0px; + bottom: 53px; left: 20px; right: 20px; - height: 253px; + min-height: 253px; + // box-sizing: border-box; + // padding-bottom: calc( + // 53px + constant(safe-area-inset-bottom) + // ); /* 兼容iOS 11.0 - 11.2 */ + // padding-bottom: calc(53px + env(safe-area-inset-bottom)); /* 兼容iOS 11.2+ */ .dialog-box { width: 100%; height: 162px;