style: 图源更新并调整图源位置

This commit is contained in:
hzj 2025-11-17 19:10:33 +08:00
parent 3360092d3c
commit dd97446fe7
23 changed files with 16 additions and 11 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

View File

@ -256,20 +256,20 @@
<div style="margin-left: 50px; display: flex; gap: 5px"> <div style="margin-left: 50px; display: flex; gap: 5px">
<img <img
v-if="selectedPayee.isHost" v-if="selectedPayee.isHost"
src="/src/assets/icon/host.png" src="/src/assets/icon/identity/host.png"
alt="" alt=""
width="30%" width="30%"
/> />
<img <img
v-if="selectedPayee.isAgency" v-if="selectedPayee.isAgency"
src="/src/assets/icon/agency.png" src="/src/assets/icon/identity/agency.png"
alt="" alt=""
width="30%" width="30%"
style="display: block" style="display: block"
/> />
<img <img
v-if="selectedPayee.hasSalary" v-if="selectedPayee.hasSalary"
src="/src/assets/icon/RA.png" src="/src/assets/icon/identity/coinSeller.png"
alt="" alt=""
width="30%" width="30%"
/> />

View File

@ -23,7 +23,12 @@
" "
> >
{{ t('my_account') }} {{ t('my_account') }}
<img src="../../assets/icon/agency.png" alt="" height="20px" style="margin-left: 10px" /> <img
src="../../assets/icon/identity/agency.png"
alt=""
height="20px"
style="margin-left: 10px"
/>
</div> </div>
<img @click="goToNotification" src="../../assets/icon/bell.png" height="20px" alt="" /> <img @click="goToNotification" src="../../assets/icon/bell.png" height="20px" alt="" />
</div> </div>

View File

@ -14,7 +14,7 @@
<div style="display: flex; align-items: center; margin-bottom: 12px"> <div style="display: flex; align-items: center; margin-bottom: 12px">
<div style="font-size: 1.4em; font-weight: 600">{{ t('my_agency') }}</div> <div style="font-size: 1.4em; font-weight: 600">{{ t('my_agency') }}</div>
<img <img
src="/src/assets/icon/agency.png" src="/src/assets/icon/identity/agency.png"
alt="" alt=""
height="25px" height="25px"
style="display: block; margin-left: 10px" style="display: block; margin-left: 10px"

View File

@ -214,13 +214,13 @@
<div style="margin-left: 62px; height: 20px; display: flex; gap: 5px"> <div style="margin-left: 62px; height: 20px; display: flex; gap: 5px">
<img <img
v-if="selectedPayee.isHost" v-if="selectedPayee.isHost"
src="../../assets/icon/host.png" src="../../assets/icon/identity/host.png"
alt="" alt=""
height="100%" height="100%"
/> />
<img <img
v-if="selectedPayee.isAgency" v-if="selectedPayee.isAgency"
src="../../assets/icon/agency.png" src="../../assets/icon/identity/agency.png"
alt="" alt=""
height="100%" height="100%"
/> />

View File

@ -15,7 +15,7 @@
<!-- 身份 --> <!-- 身份 -->
<div class="section-title"> <div class="section-title">
{{ t('my_account') }} {{ t('my_account') }}
<img src="../../assets/icon/host.png" alt="" class="title-icon" /> <img src="../../assets/icon/identity/host.png" alt="" class="title-icon" />
</div> </div>
<!-- 用户信息卡片 --> <!-- 用户信息卡片 -->

View File

@ -15,7 +15,7 @@
<div style="display: flex; align-items: center; margin-bottom: 12px"> <div style="display: flex; align-items: center; margin-bottom: 12px">
<div style="font-size: 1.4em; font-weight: 600">{{ t('my_agency') }}</div> <div style="font-size: 1.4em; font-weight: 600">{{ t('my_agency') }}</div>
<img <img
src="/src/assets/icon/agency.png" src="/src/assets/icon/identity/agency.png"
alt="" alt=""
height="25px" height="25px"
style="display: block; flex-shrink: 0; margin-left: 8px" style="display: block; flex-shrink: 0; margin-left: 8px"

View File

@ -131,13 +131,13 @@
<div style="margin-left: 62px; height: 20px; display: flex; gap: 5px"> <div style="margin-left: 62px; height: 20px; display: flex; gap: 5px">
<img <img
v-if="selectedPayee.isHost" v-if="selectedPayee.isHost"
src="../../../assets/icon/host.png" src="../../../assets/icon/identity/host.png"
alt="" alt=""
height="100%" height="100%"
/> />
<img <img
v-if="selectedPayee.isAgency" v-if="selectedPayee.isAgency"
src="../../../assets/icon/agency.png" src="../../../assets/icon/identity/agency.png"
alt="" alt=""
height="100%" height="100%"
/> />