ปรับตำแหน่ง/ความสูง popup การแจ้งเตือน
This commit is contained in:
parent
f9ec074f03
commit
b18438e27a
1 changed files with 3 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue