From d2c8e7cd763d5c3111e9ae6cc2174fa212f368ac Mon Sep 17 00:00:00 2001 From: woody Date: Fri, 1 Aug 2025 14:04:35 +0800 Subject: [PATCH] =?UTF-8?q?fix(region-select):=20=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E7=AB=AF=E5=85=BC=E5=AE=B9=E9=97=AE=E9=A2=98=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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/region-select/index.vue b/components/region-select/index.vue index 34cf438..50018fb 100644 --- a/components/region-select/index.vue +++ b/components/region-select/index.vue @@ -281,7 +281,7 @@ export default { .region-select-popup { width: 90%; - /* max-width: 680rpx; */ + max-width: 680rpx; background-color: white; border-radius: 24rpx; /* animation: scale-up 0.3s ease-out; */