修改附件域名
This commit is contained in:
@@ -211,8 +211,12 @@ const checkBowData = () => {
|
||||
:style="{ marginTop: data.mode === 2 ? '20px' : '20vw' }"
|
||||
>
|
||||
<image src="../static/row-yellow-bg.png" mode="widthFix" />
|
||||
<view :style="{ borderColor: data.myTeam === 1 ? '#5fadff' : '#ff6060' }">
|
||||
<Avatar :src="user.avatar" :size="40" />
|
||||
<view>
|
||||
<Avatar
|
||||
:src="user.avatar"
|
||||
:size="40"
|
||||
:borderColor="data.myTeam === 1 ? '#5fadff' : '#ff6060'"
|
||||
/>
|
||||
<text :style="{ backgroundColor: '#5fadff' }" v-if="data.myTeam === 1"
|
||||
>蓝队</text
|
||||
>
|
||||
@@ -335,7 +339,6 @@ const checkBowData = () => {
|
||||
}
|
||||
.battle-e > view:nth-child(2) {
|
||||
position: relative;
|
||||
border: 1px solid;
|
||||
overflow: hidden;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
@@ -349,6 +352,7 @@ const checkBowData = () => {
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
color: #fff;
|
||||
padding-bottom: 1px;
|
||||
}
|
||||
.battle-e > text {
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user