细节调整
This commit is contained in:
@@ -37,7 +37,7 @@ defineProps({
|
||||
>
|
||||
<image
|
||||
class="avatar"
|
||||
:src="player.avatar"
|
||||
:src="player.avatar || '../static/user-icon.png'"
|
||||
mode="widthFix"
|
||||
:style="{
|
||||
borderColor: currentShooterId === player.id ? '#5fadff' : '#fff',
|
||||
@@ -79,7 +79,7 @@ defineProps({
|
||||
</text>
|
||||
<image
|
||||
class="avatar"
|
||||
:src="player.avatar"
|
||||
:src="player.avatar || '../static/user-icon.png'"
|
||||
mode="widthFix"
|
||||
:style="{
|
||||
borderColor: currentShooterId === player.id ? '#ff6060' : '#fff',
|
||||
@@ -98,7 +98,6 @@ defineProps({
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: flex-start;
|
||||
|
||||
}
|
||||
.container > view {
|
||||
width: 50%;
|
||||
|
||||
Reference in New Issue
Block a user