修改附件域名

This commit is contained in:
kron
2025-08-04 18:36:44 +08:00
parent c94e7e4ad8
commit 0417d7b963
9 changed files with 59 additions and 55 deletions

View File

@@ -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;