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

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

View File

@ -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; */