细节调整

This commit is contained in:
kron
2025-09-04 13:54:39 +08:00
parent 9b2ba22b97
commit c9eaeedc0d
5 changed files with 89 additions and 32 deletions

View File

@@ -191,7 +191,7 @@ onShow(async () => {
</view>
<view class="my-rank-score">
<image src="../static/bubble-tip5.png" mode="widthFix" />
<text>积分{{ rankData.user.scores }}</text>
<text>积分{{ Math.max(0, rankData.user.scores) }}</text>
</view>
</view>
<view class="battle-types">
@@ -511,6 +511,7 @@ onShow(async () => {
padding: 7px 10px;
text-align: center;
border-radius: 20px;
font-size: 30rpx;
}
.rank-item {
width: calc(100% - 30px);