From 2e21828cdf3dd9c9b65926631ea289aa68fcfce6 Mon Sep 17 00:00:00 2001 From: wanghongjun <1445693971@qq,com> Date: Tue, 26 Mar 2024 11:08:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=B8=8B=E9=97=B4=E8=B7=9D=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/login/components/WhPopup.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pages/login/components/WhPopup.vue b/pages/login/components/WhPopup.vue index de031b9..acd09f9 100644 --- a/pages/login/components/WhPopup.vue +++ b/pages/login/components/WhPopup.vue @@ -178,7 +178,7 @@ position: absolute; left: 5%; right: 5%; - bottom: 20%; + top: calc(50% - 490rpx); z-index: 99; border-radius: 10rpx 10rpx 0 0; background-color: #fff; @@ -194,7 +194,7 @@ .specification-wrapper-content { width: 100%; - max-height: 900rpx; + max-height: 780rpx; min-height: 400rpx; &::-webkit-scrollbar {