From bb1bd4e41722fa9f638fd6321e3ff218ca95be0f Mon Sep 17 00:00:00 2001 From: woody Date: Fri, 1 Aug 2025 13:53:30 +0800 Subject: [PATCH] =?UTF-8?q?fix(region-select):=20=E5=8C=BA=E5=9F=9F?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E5=99=A8=E5=85=BC=E5=AE=B9=E9=97=AE=E9=A2=98?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/region-select/index.vue | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/components/region-select/index.vue b/components/region-select/index.vue index 1a8c2ec..e45aefe 100644 --- a/components/region-select/index.vue +++ b/components/region-select/index.vue @@ -170,7 +170,7 @@ export default { max-width: 680rpx; background-color: white; border-radius: 24rpx; - animation: scale-up 0.3s ease-out; + /* animation: scale-up 0.3s ease-out; */ max-height: 80vh; display: flex; flex-direction: column; @@ -207,14 +207,16 @@ export default { .picker-view { width: 100%; - height: 500rpx; + height: 600rpx; + /* margin-top: 20rpx; */ } .picker-item { display: flex; align-items: center; justify-content: center; - font-size: 30rpx; + font-size: 24rpx; + line-height: 100rpx; color: #666; white-space: nowrap; overflow: hidden; @@ -257,7 +259,7 @@ export default { box-shadow: 0 4rpx 12rpx rgba(0, 122, 255, 0.25); } -@keyframes scale-up { +/* @keyframes scale-up { from { transform: scale(0.8); opacity: 0; @@ -266,5 +268,5 @@ export default { transform: scale(1); opacity: 1; } -} +} */