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">
<img
v-if="selectedPayee.isHost"
src="/src/assets/icon/host.png"
src="/src/assets/icon/identity/host.png"
alt=""
width="30%"
/>
<img
v-if="selectedPayee.isAgency"
src="/src/assets/icon/agency.png"
src="/src/assets/icon/identity/agency.png"
alt=""
width="30%"
style="display: block"
/>
<img
v-if="selectedPayee.hasSalary"
src="/src/assets/icon/RA.png"
src="/src/assets/icon/identity/coinSeller.png"
alt=""
width="30%"
/>

View File

@ -23,7 +23,12 @@
"
>
{{ 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>
<img @click="goToNotification" src="../../assets/icon/bell.png" height="20px" alt="" />
</div>

View File

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

View File

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

View File

@ -15,7 +15,7 @@
<!-- 身份 -->
<div class="section-title">
{{ 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>
<!-- 用户信息卡片 -->

View File

@ -15,7 +15,7 @@
<div style="display: flex; align-items: center; margin-bottom: 12px">
<div style="font-size: 1.4em; font-weight: 600">{{ t('my_agency') }}</div>
<img
src="/src/assets/icon/agency.png"
src="/src/assets/icon/identity/agency.png"
alt=""
height="25px"
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">
<img
v-if="selectedPayee.isHost"
src="../../../assets/icon/host.png"
src="../../../assets/icon/identity/host.png"
alt=""
height="100%"
/>
<img
v-if="selectedPayee.isAgency"
src="../../../assets/icon/agency.png"
src="../../../assets/icon/identity/agency.png"
alt=""
height="100%"
/>