style(抽奖活动页): 图标大小调整
This commit is contained in:
parent
038067a469
commit
c1897088db
@ -60,7 +60,7 @@
|
||||
:src="user.avatar || ''"
|
||||
alt=""
|
||||
width="15%"
|
||||
style="border-radius: 50%; aspect-ratio: 1/1; object-fit: cover"
|
||||
style="display: block; border-radius: 50%; aspect-ratio: 1/1; object-fit: cover"
|
||||
@error="defaultAvatarUrl"
|
||||
/>
|
||||
<div style="width: 70%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis">
|
||||
@ -72,7 +72,7 @@
|
||||
<img
|
||||
src="/src/assets/icon/dollar.png"
|
||||
alt=""
|
||||
style="display: block; object-fit: cover; width: 5vw"
|
||||
style="display: block; object-fit: cover; width: 6vw; aspect-ratio: 1/1"
|
||||
/>
|
||||
<div style="color: #2df860; font-weight: 500">{{ user.totalAmount }}</div>
|
||||
</div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user