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