no message

This commit is contained in:
Tanyalak 2024-01-19 15:51:22 +07:00
parent b18438e27a
commit 8c92b75091

View file

@ -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"