From 058491d19401e96edf1ba8abf73d2a800de36cca Mon Sep 17 00:00:00 2001 From: Lj <1095098147@qq.com> Date: Sat, 28 Jun 2025 01:19:24 +0800 Subject: [PATCH] =?UTF-8?q?=E2=80=99=E4=BF=AE=E6=94=B9=E5=9C=B0=E5=9D=80?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E6=8C=89=E9=92=AE=EF=BC=8C=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E9=80=BB=E8=BE=91=E2=80=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/subcomponent/select.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/subcomponent/select.vue b/pages/subcomponent/select.vue index adc2462..cd3782e 100644 --- a/pages/subcomponent/select.vue +++ b/pages/subcomponent/select.vue @@ -682,6 +682,7 @@ export default { border-radius: 45rpx; font-weight: bold; margin: 0 auto; + margin: calc(40rpx) 0 40rpx 0; display: flex; align-items: center; justify-content: center; box-shadow: 0 4rpx 16rpx rgba(255, 149, 0, 0.08); } @@ -696,7 +697,6 @@ export default { box-shadow: 0 -4rpx 32rpx rgba(0,0,0,0.08); padding-bottom: env(safe-area-inset-bottom); animation: slideUp 0.2s; - margin-bottom: calc(40rpx + env(safe-area-inset-bottom)); } @keyframes slideUp { from { transform: translateY(100%); } to { transform: translateY(0); } } .modal-header {