From 79e9ee27909734581e9615a6dfa28f34529fdf88 Mon Sep 17 00:00:00 2001 From: hajimi Date: Mon, 3 Aug 2026 00:26:20 +0800 Subject: [PATCH] fix: center points rule link content --- .../src/packages_community/pages/post_detail.vue | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/uniapp/src/packages_community/pages/post_detail.vue b/uniapp/src/packages_community/pages/post_detail.vue index c157f8f..e3929b7 100644 --- a/uniapp/src/packages_community/pages/post_detail.vue +++ b/uniapp/src/packages_community/pages/post_detail.vue @@ -1345,12 +1345,26 @@ const formatCommentTime = (value: any) => { } &__link { + height: 32rpx; margin-top: 10rpx; display: inline-flex; align-items: center; + justify-content: center; gap: 4rpx; color: #1468f5; font-size: 25rpx; + line-height: 1; + + > text { + line-height: 1; + } + + :deep(.u-icon) { + display: flex; + align-items: center; + justify-content: center; + line-height: 1; + } } &__btn {