ปรับตำแหน่ง/ความสูง popup การแจ้งเตือน

This commit is contained in:
Tanyalak 2024-01-19 15:49:08 +07:00
parent f9ec074f03
commit b18438e27a

View file

@ -191,14 +191,14 @@ onMounted(async () => {
floating
>{{ totalNotiList }}</q-badge
>
<q-menu v-model="notiTrigger" max-width="480px" :offset="[0, 10]">
<q-menu v-model="notiTrigger"
anchor="bottom middle" self="top middle" class=" q-mx-md 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" :offset="250">
<q-infinite-scroll @load="onLoad" style="max-height: 85vh; overflow: auto;">
<div
v-for="(item, index) in notiList"
:key="index"