mirror of
https://github.com/continew-org/continew-admin-ui.git
synced 2025-11-10 02:57:12 +08:00
chore: 移除无用配置
Closes #ID3908
This commit is contained in:
@@ -20,7 +20,7 @@
|
|||||||
<a-skeleton-line :rows="10" />
|
<a-skeleton-line :rows="10" />
|
||||||
</a-skeleton>
|
</a-skeleton>
|
||||||
<div v-else>
|
<div v-else>
|
||||||
<a-empty v-if="dataList.length === 0">暂无动态</a-empty>
|
<a-empty v-if="dataList.length === 0" />
|
||||||
<a-comment
|
<a-comment
|
||||||
v-for="(item, index) in dataList"
|
v-for="(item, index) in dataList"
|
||||||
v-else
|
v-else
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
<a-skeleton-line :rows="5" />
|
<a-skeleton-line :rows="5" />
|
||||||
</a-skeleton>
|
</a-skeleton>
|
||||||
<div v-else>
|
<div v-else>
|
||||||
<a-empty v-if="dataList.length === 0">暂无公告</a-empty>
|
<a-empty v-if="dataList.length === 0" />
|
||||||
<div v-else>
|
<div v-else>
|
||||||
<div v-for="(item, idx) in dataList" :key="idx" class="item">
|
<div v-for="(item, idx) in dataList" :key="idx" class="item">
|
||||||
<a-tag v-if="item.isTop" color="red">置顶</a-tag>
|
<a-tag v-if="item.isTop" color="red">置顶</a-tag>
|
||||||
|
|||||||
Reference in New Issue
Block a user