fix(loading): 加了个空白图标上去

This commit is contained in:
BTMuli
2023-03-24 14:20:51 +08:00
parent b260c2538a
commit 22ebabfd12
3 changed files with 10 additions and 3 deletions

View File

@@ -4,7 +4,7 @@
</div>
<div v-else>
<div v-if="empty">
<!-- todo 放个空白图 -->
<t-loading title="暂无卡池信息" empty />
</div>
<div v-else class="pool-cards">
<v-card v-for="pool in poolInfo" class="Home-card">