no message
This commit is contained in:
parent
b18438e27a
commit
8c92b75091
1 changed files with 2 additions and 2 deletions
|
|
@ -192,13 +192,13 @@ onMounted(async () => {
|
|||
>{{ totalNotiList }}</q-badge
|
||||
>
|
||||
<q-menu v-model="notiTrigger"
|
||||
anchor="bottom middle" self="top middle" class=" q-mx-md q-mt-xl">
|
||||
anchor="bottom middle" self="top middle" class=" q-mx-lg q-mt-xl">
|
||||
<div class="q-px-md q-py-sm row col-12 items-center">
|
||||
<div class="text-subtitle1 text-weight-medium">
|
||||
การแจ้งเตือน
|
||||
</div>
|
||||
</div>
|
||||
<q-infinite-scroll @load="onLoad" style="max-height: 85vh; overflow: auto;">
|
||||
<q-infinite-scroll @load="onLoad" style="max-height: 500px; overflow: auto;">
|
||||
<div
|
||||
v-for="(item, index) in notiList"
|
||||
:key="index"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue