From 5f23cc3ea81880873933548947d92f903c864443 Mon Sep 17 00:00:00 2001 From: hajimi Date: Mon, 3 Aug 2026 22:24:27 +0800 Subject: [PATCH] style: compact collection tabs --- uniapp/src/pages/collection/collection.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/uniapp/src/pages/collection/collection.vue b/uniapp/src/pages/collection/collection.vue index 9a9aa4e6..81cabb0a 100644 --- a/uniapp/src/pages/collection/collection.vue +++ b/uniapp/src/pages/collection/collection.vue @@ -27,13 +27,13 @@ {{ tab.label }} {{ articleCount - }} + }} {{ postCount }} {{ matchCount }} {{ lotteryCount - }} + }} {{ cryptoCount - }} + }} @@ -592,7 +592,7 @@ onShow(() => { .collection-tab { min-width: 0; flex: 1; - height: 86rpx; + height: 66rpx; display: inline-flex; align-items: center; justify-content: center; @@ -614,7 +614,7 @@ onShow(() => { left: 50%; bottom: 0; width: 140rpx; - height: 6rpx; + height: 2rpx; border-radius: 999rpx; background: #1468f5; transform: translateX(-50%);