chore: 移除无用配置

Closes #ID3908
This commit is contained in:
2025-10-26 21:17:02 +08:00
parent 619ee77fb4
commit 12edcec062
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@
<a-skeleton-line :rows="10" />
</a-skeleton>
<div v-else>
<a-empty v-if="dataList.length === 0">暂无动态</a-empty>
<a-empty v-if="dataList.length === 0" />
<a-comment
v-for="(item, index) in dataList"
v-else

View File

@@ -12,7 +12,7 @@
<a-skeleton-line :rows="5" />
</a-skeleton>
<div v-else>
<a-empty v-if="dataList.length === 0">暂无公告</a-empty>
<a-empty v-if="dataList.length === 0" />
<div v-else>
<div v-for="(item, idx) in dataList" :key="idx" class="item">
<a-tag v-if="item.isTop" color="red">置顶</a-tag>