ncmatch问题

This commit is contained in:
hrx 2026-07-15 17:21:39 +08:00
parent 0a263425d0
commit 72b67033a5

View File

@ -75,10 +75,10 @@
<span v-for="tag in item.tags" :key="tag" :style="getTypeStyle(item)">{{ tag }}</span> <span v-for="tag in item.tags" :key="tag" :style="getTypeStyle(item)">{{ tag }}</span>
</div> </div>
<div class="card-foot static-card-foot"> <div class="card-foot static-card-foot">
<button type="button"> <!-- <button type="button">
查看详情 查看详情
<span></span> <span></span>
</button> </button> -->
</div> </div>
</article> </article>
</div> </div>