From b3ec1644752e30afabcc961038ba6f31f2801748 Mon Sep 17 00:00:00 2001 From: kron Date: Wed, 5 Nov 2025 17:53:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/point-book-detail-share.vue | 4 +++- src/pages/point-book-detail.vue | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/src/pages/point-book-detail-share.vue b/src/pages/point-book-detail-share.vue index cf2fa60..1283484 100644 --- a/src/pages/point-book-detail-share.vue +++ b/src/pages/point-book-detail-share.vue @@ -375,7 +375,8 @@ const targetTypeName = computed(() => { justify-content: center; } .ring-text-groups > view > view:first-child:nth-last-child(2) { - margin: 0 30rpx; + margin-top: 10rpx; + margin-left: 30rpx; width: 90rpx; text-align: center; justify-content: flex-end; @@ -401,6 +402,7 @@ const targetTypeName = computed(() => { display: flex; flex-wrap: wrap; margin-bottom: 30rpx; + transform: translateX(20rpx); } .ring-text-groups > view > view:last-child > text { width: 16.6%; diff --git a/src/pages/point-book-detail.vue b/src/pages/point-book-detail.vue index fcd3c3b..8baa0e4 100644 --- a/src/pages/point-book-detail.vue +++ b/src/pages/point-book-detail.vue @@ -493,7 +493,8 @@ onShareTimeline(async () => { justify-content: center; } .ring-text-groups > view > view:first-child:nth-last-child(2) { - margin: 0 30rpx; + margin-top: 10rpx; + margin-left: 30rpx; width: 90rpx; text-align: center; justify-content: flex-end; @@ -519,6 +520,7 @@ onShareTimeline(async () => { display: flex; flex-wrap: wrap; margin-bottom: 30rpx; + transform: translateX(20rpx); } .ring-text-groups > view > view:last-child > text { width: 16.6%;