build(projects): 代码优化

This commit is contained in:
Soybean
2022-06-19 15:34:18 +08:00
parent 414ccbe360
commit 5c1b086cb4
6 changed files with 273 additions and 244 deletions

View File

@ -4,7 +4,7 @@
<n-list-item
v-for="(item, index) in list"
:key="item.id"
class="cursor-pointer hover:bg-[#f6f6f6] dark:hover:bg-dark"
class="hover:bg-[#f6f6f6] dark:hover:bg-dark cursor-pointer"
@click="handleRead(index)"
>
<n-thing class="px-15px" :class="{ 'opacity-30': item.isRead }">