This commit is contained in:
dyhj625 2025-04-08 10:52:12 +09:00
parent 446f9925c8
commit a7c588986b

View File

@ -96,7 +96,7 @@
<td class="cursor-pointer"> <td class="cursor-pointer">
<div class="d-flex flex-wrap align-items-center"> <div class="d-flex flex-wrap align-items-center">
{{ truncateTitle(post.title) }} {{ truncateTitle(post.title) }}
<span v-if="post.commentCount" class="comment-count">[ {{ post.commentCount }} ]</span> <span v-if="post.commentCount" class="comment-count text-danger">[ {{ post.commentCount }} ]</span>
<i v-if="post.img" class="bi bi-image mx-1"></i> <i v-if="post.img" class="bi bi-image mx-1"></i>
<i <i
v-if="Array.isArray(post.hasAttachment) && post.hasAttachment.length > 0" v-if="Array.isArray(post.hasAttachment) && post.hasAttachment.length > 0"