UI细节调整
This commit is contained in:
@@ -135,7 +135,7 @@ const checkBowData = () => {
|
||||
</view>
|
||||
<view class="score-row">
|
||||
<view>
|
||||
<Avatar :src="round.blue.avatar" :size="25" :borderColor="1" />
|
||||
<Avatar :src="round.blue.avatar" :size="25" borderColor="#64BAFF" />
|
||||
<text v-for="(arrow, index2) in round.blue.arrows" :key="index2">
|
||||
{{ arrow.ring }}环
|
||||
</text>
|
||||
@@ -149,7 +149,7 @@ const checkBowData = () => {
|
||||
</view>
|
||||
<view class="score-row">
|
||||
<view>
|
||||
<Avatar :src="round.red.avatar" :size="25" :borderColor="2" />
|
||||
<Avatar :src="round.red.avatar" :size="25" borderColor="#FF6767" />
|
||||
<text v-for="(arrow, index2) in round.red.arrows" :key="index2">
|
||||
{{ arrow.ring }}环
|
||||
</text>
|
||||
|
||||
Reference in New Issue
Block a user