style: 图源更新并调整图源位置
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 22 KiB |
|
Before Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 27 KiB |
|
Before Width: | Height: | Size: 25 KiB |
BIN
src/assets/icon/identity/BD.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
src/assets/icon/identity/BDLeader.png
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
src/assets/icon/identity/admin.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
src/assets/icon/identity/agency.png
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
src/assets/icon/identity/coinSeller.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
src/assets/icon/identity/host.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
src/assets/icon/identity/manager.png
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
src/assets/icon/identity/sra.png
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
src/assets/icon/identity/superAdmin.png
Normal file
|
After Width: | Height: | Size: 28 KiB |
|
Before Width: | Height: | Size: 24 KiB |
|
Before Width: | Height: | Size: 32 KiB |
@ -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%"
|
||||
/>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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%"
|
||||
/>
|
||||
|
||||
@ -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>
|
||||
|
||||
<!-- 用户信息卡片 -->
|
||||
|
||||
@ -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"
|
||||
|
||||
@ -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%"
|
||||
/>
|
||||
|
||||