添加UI
This commit is contained in:
@@ -127,7 +127,7 @@ const toMeleeMatchPage = (gameType, teamSize) => {
|
||||
v-for="(rankType, index) in [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]"
|
||||
:key="index"
|
||||
:style="{
|
||||
backgroundColor: index % 2 === 0 ? '#ffffff1f' : 'transparent',
|
||||
backgroundColor: index % 2 === 0 ? '#9898981f' : 'transparent',
|
||||
}"
|
||||
class="rank-item"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user