细节完善

This commit is contained in:
kron
2025-08-22 14:51:42 +08:00
parent 3be6a5ef04
commit 73e35a5506
3 changed files with 5 additions and 3 deletions

View File

@@ -67,7 +67,7 @@ watch(
left:
(isRed
? ((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" />