细节完善
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user