UI优化
This commit is contained in:
@@ -48,7 +48,7 @@ const subTitles = ["排位赛积分", "本周MVP次数", "本周十环次数"];
|
||||
<text>{{ subTitles[selectedIndex] }}</text>
|
||||
</view>
|
||||
<view
|
||||
v-for="(_, index) in new Array(10).fill(1)"
|
||||
v-for="(_, index) in new Array(100).fill(1)"
|
||||
:key="index"
|
||||
class="rank-list-item"
|
||||
:style="{
|
||||
|
||||
Reference in New Issue
Block a user