细节调整

This commit is contained in:
kron
2025-07-11 22:21:34 +08:00
parent 81c064ba8b
commit e0807eb06a
14 changed files with 98 additions and 57 deletions

View File

@@ -59,7 +59,7 @@ const onPractiseLoading = async (page) => {
<Container title="我的成长脚印" overflow="hidden">
<view class="tabs">
<view
v-for="(rankType, index) in ['排位赛', '好友约战', '馆练习']"
v-for="(rankType, index) in ['排位赛', '好友约战', '馆练习']"
:key="index"
:style="{
color: index === selectedIndex ? '#000' : '#fff',