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%;