fix: 调整通知列表项的背景色,提升视觉一致性
This commit is contained in:
@@ -36,7 +36,7 @@ function handleItemClick(id: number) {
|
|||||||
button
|
button
|
||||||
@click="handleItemClick(item.id)"
|
@click="handleItemClick(item.id)"
|
||||||
>
|
>
|
||||||
<div slot="start" class="bg-[#0a0a0a] dark:bg-[#f4f4f4] p-2.5 rounded-full">
|
<div slot="start" class="bg-[#f4f4f4] dark:bg-[#0a0a0a] p-2.5 rounded-full">
|
||||||
<IcBaselineNotificationsNone class="text-2xl text-[#46a724]" />
|
<IcBaselineNotificationsNone class="text-2xl text-[#46a724]" />
|
||||||
</div>
|
</div>
|
||||||
<div class="pl-3 w-full">
|
<div class="pl-3 w-full">
|
||||||
|
|||||||
Reference in New Issue
Block a user