From 0253e396bfd51558e3707dc4045ca1e4917abe77 Mon Sep 17 00:00:00 2001 From: woody Date: Fri, 25 Jul 2025 09:42:30 +0800 Subject: [PATCH] =?UTF-8?q?feat(region-select):=20=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/region/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/mine/region/index.vue b/pages/mine/region/index.vue index 529e5a5..9cf2f2c 100644 --- a/pages/mine/region/index.vue +++ b/pages/mine/region/index.vue @@ -225,6 +225,7 @@ export default { justify-content: center; flex-wrap: wrap; margin-bottom: 15rpx; + // margin-top: 10rpx; padding: 10rpx 0; .region-name { @@ -241,6 +242,7 @@ export default { } .region-action { + margin-top: 16rpx; .select-btn { width: 100%; height: 70rpx;