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

@@ -1,7 +1,7 @@
<template>
<view class="container">
<view v-if="list.length === 0 && !loading" class="empty-state">
<view class="empty-icon">📇</view>
<image class="empty-icon" src="/static/authentication.png" mode="aspectFit" alt="实名认证"></image>
<view class="empty-title">认证列表为空</view>
<view class="empty-desc">当前账号下暂无可实名的卡片</view>
</view>
@@ -243,7 +243,7 @@
justify-content: center;
padding: 120rpx 40rpx;
min-height: 400rpx;
.empty-icon { font-size: 120rpx; margin-bottom: 30rpx; opacity: 0.6; }
.empty-icon { width: 120rpx; height: 120rpx; margin-bottom: 30rpx; opacity: 0.6; }
.empty-title { font-size: 32rpx; font-weight: 600; color: var(--text-primary); margin-bottom: 16rpx; }
.empty-desc { font-size: 26rpx; color: var(--text-tertiary); text-align: center; }
}