页面布局优化

This commit is contained in:
kron
2026-01-09 18:12:27 +08:00
parent 937fce1a35
commit 155f2986c7
16 changed files with 140 additions and 195 deletions

View File

@@ -78,7 +78,7 @@ const shareImage = async () => {
<text>本周箭数</text>
<text>消耗</text>
</view>
<view class="data-list" :style="{ marginBottom: '20rpx' }" v-if="user.id">
<view class="data-list" :style="{ marginBottom: '20rpx' }" v-if="user.id && mine">
<PointRankItem :data="mine" :borderWidth="0" />
</view>
<view