fix(region-select): 移动端兼容问题修复

This commit is contained in:
woody 2025-08-01 14:04:35 +08:00
parent 4ae74d241c
commit 976dc29fe4
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ export default {
.region-select-popup { .region-select-popup {
width: 90%; width: 90%;
/* max-width: 680rpx; */ max-width: 680rpx;
background-color: white; background-color: white;
border-radius: 24rpx; border-radius: 24rpx;
/* animation: scale-up 0.3s ease-out; */ /* animation: scale-up 0.3s ease-out; */