feat(静态图源更换): 美元图标

This commit is contained in:
hzj 2025-10-10 11:54:12 +08:00
parent d43d562527
commit ccbb2aa77f
3 changed files with 2 additions and 2 deletions

BIN
src/assets/icon/dollar.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -55,7 +55,7 @@
@click="selectCoin(coin)"
:class="['coin-item', { selected: selectedCoin === coin.id }]"
>
<img src="../assets/icon/coin.png" alt="" style="width: 40%" />
<img src="../assets/icon/dollar.png" alt="" style="width: 40%" />
<div style="font-weight: 500; color: #131111">${{ coin.price }}</div>
</div>
</div>

View File

@ -164,7 +164,7 @@
@click="selectCoin(coin)"
:class="['coin-item', { selected: selectedCoin === coin.id }]"
>
<img src="../assets/icon/coin.png" alt="" style="width: 40%" />
<img src="../assets/icon/dollar.png" alt="" style="width: 40%" />
<div style="font-weight: 500; color: #131111">${{ coin.price }}</div>
</div>
</div>