style: 图源更新并调整图源位置
This commit is contained in:
parent
dd97446fe7
commit
15a847008b
@ -124,14 +124,14 @@
|
|||||||
<div style="display: flex; gap: 2px; margin-top: 8px; margin-left: 50px; height: 20px">
|
<div style="display: flex; gap: 2px; margin-top: 8px; margin-left: 50px; height: 20px">
|
||||||
<img
|
<img
|
||||||
v-if="user.isHost"
|
v-if="user.isHost"
|
||||||
src="../../../assets/icon/host.png"
|
src="../../../assets/icon/identity/host.png"
|
||||||
alt=""
|
alt=""
|
||||||
height="100%"
|
height="100%"
|
||||||
style="object-fit: cover"
|
style="object-fit: cover"
|
||||||
/>
|
/>
|
||||||
<img
|
<img
|
||||||
v-if="user.isAgency"
|
v-if="user.isAgency"
|
||||||
src="../../../assets/icon/agency.png"
|
src="../../../assets/icon/identity/agency.png"
|
||||||
alt=""
|
alt=""
|
||||||
height="100%"
|
height="100%"
|
||||||
style="object-fit: cover"
|
style="object-fit: cover"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user