细节调整
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user