细节完善
This commit is contained in:
@@ -263,9 +263,11 @@ onMounted(() => {
|
|||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
.hit > text {
|
.hit > text {
|
||||||
transform: scaleX(0.7);
|
transform: scaleX(0.7) translateY(-0.5px);
|
||||||
display: block;
|
display: block;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
width: 100%;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
.header {
|
.header {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ watch(
|
|||||||
left:
|
left:
|
||||||
(isRed
|
(isRed
|
||||||
? ((players[item.id] || {}).sort || 0) * 20
|
? ((players[item.id] || {}).sort || 0) * 20
|
||||||
: 35 - ((players[item.id] || {}).sort || 0) * 15) + 'px',
|
: 40 - ((players[item.id] || {}).sort || 0) * 20) + 'px',
|
||||||
}"
|
}"
|
||||||
>
|
>
|
||||||
<image :src="item.avatar || '../static/user-icon.png'" mode="widthFix" />
|
<image :src="item.avatar || '../static/user-icon.png'" mode="widthFix" />
|
||||||
|
|||||||
@@ -261,7 +261,7 @@ onShow(async () => {
|
|||||||
<view>
|
<view>
|
||||||
<view
|
<view
|
||||||
:style="{
|
:style="{
|
||||||
width: `${currentSeasonData['1v1'].winRate}%`,
|
width: `${currentSeasonData['3v3'].winRate}%`,
|
||||||
backgroundColor: '#FF8C8C',
|
backgroundColor: '#FF8C8C',
|
||||||
}"
|
}"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user