From 50d77fbcda226c64dfbb9ebe39eb76cee36c3a52 Mon Sep 17 00:00:00 2001 From: gaoxs Date: Wed, 22 Jul 2020 17:44:37 +0800 Subject: [PATCH] =?UTF-8?q?uniapp=E5=B0=8F=E7=A8=8B=E5=BA=8F3.0=20?= =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=94=B6=E8=B4=A7=E5=9C=B0=E5=9D=80=20?= =?UTF-8?q?=E6=8E=A7=E4=BB=B6=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E4=B8=8D=E5=88=B0=20=E6=9C=80=E5=90=8E2=E4=B8=AA?= =?UTF-8?q?=E5=9C=B0=E5=9D=80=20iphoneX?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/CitySelect.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/CitySelect.vue b/components/CitySelect.vue index c3a27ed..ba20f4f 100644 --- a/components/CitySelect.vue +++ b/components/CitySelect.vue @@ -196,6 +196,9 @@ export default { z-index: 1502; position: relative; height: 800rpx; + padding-bottom: 0; + padding-bottom: constant(safe-area-inset-bottom); + padding-bottom: env(safe-area-inset-bottom); .cityScroll { height: 100%; }