From 8f5197d7f0eca0ec01feb9765f33a5b4a1809b5d Mon Sep 17 00:00:00 2001 From: fay Date: Wed, 25 Mar 2026 15:24:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/index.vue | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/index/index.vue b/pages/index/index.vue index 68efb86..8c422d9 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -1059,14 +1059,15 @@ function changeMove(event) { .garyBox { border: 3rpx solid #F6F6F7; background-color: #F8F9FB; - padding: 26rpx; + padding: 20rpx 26rpx; + margin-bottom: 30rpx; border-radius: 12rpx; color: #808386; font-weight: 600; } .title2 { - margin-bottom: 20rpx; + margin-bottom: 30rpx; display: flex; justify-content: space-between; }