fix: 图标
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 54s

This commit is contained in:
luo
2026-07-29 16:32:13 +08:00
parent 2166241cdb
commit b5e4a1259b
7 changed files with 19 additions and 18 deletions

View File

@@ -38,7 +38,7 @@
<swiper-item class="swiper-item-content">
<scroll-view scroll-y class="list-content" @scrolltolower="loadMoreRecharge">
<view v-if="rechargeList.length === 0 && !rechargeLoading" class="empty-state">
<view class="empty-icon">RCG</view>
<image class="empty-icon" src="/static/wallet.png" mode="aspectFit" alt="钱包"></image>
<view class="empty-title">暂无充值订单</view>
</view>
@@ -90,7 +90,7 @@
<swiper-item class="swiper-item-content">
<scroll-view scroll-y class="list-content" @scrolltolower="loadMoreTransaction">
<view v-if="transactionList.length === 0 && !transactionLoading" class="empty-state">
<view class="empty-icon">WAL</view>
<image class="empty-icon" src="/static/wallet.png" mode="aspectFit" alt="钱包"></image>
<view class="empty-title">暂无钱包流水</view>
</view>
@@ -938,10 +938,10 @@
padding: 120rpx 40rpx;
.empty-icon {
font-size: 56rpx;
width: 120rpx;
height: 120rpx;
margin-bottom: 24rpx;
opacity: 0.5;
letter-spacing: 4rpx;
}
.empty-title {