From f78580b2b9d99404fbddac0e7a1325484b73cd10 Mon Sep 17 00:00:00 2001 From: hajimi Date: Sun, 2 Aug 2026 20:38:20 +0800 Subject: [PATCH] fix: vertically center community points entry --- uniapp/src/pages/community/community.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/uniapp/src/pages/community/community.vue b/uniapp/src/pages/community/community.vue index b54da30..0dfba17 100644 --- a/uniapp/src/pages/community/community.vue +++ b/uniapp/src/pages/community/community.vue @@ -421,7 +421,7 @@ onShow(() => { .community-toolbar { height: 88rpx; display: flex; - align-items: flex-end; + align-items: center; gap: 12rpx; } @@ -431,7 +431,7 @@ onShow(() => { display: inline-flex; align-items: center; gap: 8rpx; - margin-bottom: 14rpx; + margin-bottom: 0; padding: 0 14rpx 0 9rpx; border: 1rpx solid #bdd5ff; border-radius: 999rpx;