字段修改

This commit is contained in:
kron
2025-06-17 13:47:33 +08:00
parent 16c1840cdd
commit a74fd1e744
14 changed files with 26 additions and 26 deletions

View File

@@ -61,7 +61,7 @@ onLoad(async (options) => {
opponent.value = {
id: user.value.id,
name: user.value.nickName,
avatar: user.value.avatarUrl,
avatar: user.value.avatar,
};
} else if (result.members.length > 1) {
result.members.some((m) => {
@@ -397,6 +397,13 @@ onUnmounted(() => {
background-color: #ccc;
margin-bottom: 5px;
}
.player > text {
width: 100px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-align: center;
}
.team-mode > view > image:nth-child(2) {
width: 120px;
}