feat(region-select): 样式调整

This commit is contained in:
woody 2025-07-25 09:42:30 +08:00
parent cb69eea60d
commit 0253e396bf
1 changed files with 2 additions and 0 deletions

View File

@ -225,6 +225,7 @@ export default {
justify-content: center; justify-content: center;
flex-wrap: wrap; flex-wrap: wrap;
margin-bottom: 15rpx; margin-bottom: 15rpx;
// margin-top: 10rpx;
padding: 10rpx 0; padding: 10rpx 0;
.region-name { .region-name {
@ -241,6 +242,7 @@ export default {
} }
.region-action { .region-action {
margin-top: 16rpx;
.select-btn { .select-btn {
width: 100%; width: 100%;
height: 70rpx; height: 70rpx;