字段修改
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user