ปรับ bg การแจ้งเตือน
This commit is contained in:
parent
4ab03e9c4b
commit
6c7724bfa7
1 changed files with 7 additions and 3 deletions
|
|
@ -545,12 +545,16 @@ watch(
|
|||
</div>
|
||||
|
||||
<q-infinite-scroll @load="onLoad" :offset="250">
|
||||
<div v-for="(n, index) in notiList" :key="index" class="caption">
|
||||
<q-item v-ripple class="mytry q-py-xs" dense>
|
||||
<div v-for="(n, index) in notiList" :key="index" class="caption q-pa-xs">
|
||||
<q-item
|
||||
v-ripple
|
||||
:class="!n.isOpen ? 'mytry q-py-xs my-menu-link' : 'mytry q-py-xs'"
|
||||
dense
|
||||
>
|
||||
<q-item-section avatar top style="min-width: 40px">
|
||||
<q-avatar color="primary" size="22px" text-color="white">
|
||||
<span class="text-weight-medium text-uppercase">{{
|
||||
n.sender
|
||||
n.body[0]
|
||||
}}</span>
|
||||
</q-avatar>
|
||||
</q-item-section>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue