细节完善

This commit is contained in:
kron
2025-08-15 16:37:10 +08:00
parent b2abcc71b1
commit 8110a0f5c1
5 changed files with 21 additions and 17 deletions

View File

@@ -205,7 +205,7 @@ const checkBowData = () => {
<view>
<view>
<image
v-for="(src, index) in round.blue.avatars"
v-for="(src, index) in round.red.avatars"
:style="{
borderColor: '#FF6767',
transform: `translateX(-${index * 15}px)`,
@@ -281,10 +281,13 @@ const checkBowData = () => {
.score-row > view:first-child > view:first-child {
display: flex;
align-items: center;
width: 70px;
}
.score-row > view:first-child > view:first-child > image {
width: 25px;
height: 25px;
min-width: 25px;
min-height: 25px;
border: 1px solid;
border-radius: 50%;
}