🎨 调整草稿列表无数据判断条件

fix-我的草稿,第一次跳转错误
This commit is contained in:
ronger 2024-02-21 14:40:40 +08:00 committed by GitHub
commit 1e8d84957b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
<el-divider></el-divider>
</el-col>
</el-col>
<el-col v-if="articles.list.length == 0" class="text-center">
<el-col v-if="articles.total === 0" class="text-center">
<span class="text-default">这里什么也没有!</span>
</el-col>
<el-col>