This commit is contained in:
2025-07-02 16:41:04 +08:00
parent e0ad1c1444
commit d5f920072f
3 changed files with 10 additions and 1 deletions

View File

@@ -34,7 +34,7 @@ const del = async (id) => {
回复{{ list.findIndex(k => k.pid === item.pid) }}:
</div>
<img class="size-[32px]" v-if="item.image" :src="item.image" alt=""/>
<div class="whitespace-nowrap">{{ item.intro }}</div>
<div class="whitespace-nowrap ellipsis w-[370px]">{{ item.intro }}</div>
</div>
<a-popconfirm content="确认删除吗?" @ok="del(item.id)" v-if="!hideDelete">
<a-button size="mini" shape="circle" type="text">