ปรับ max-width card การแจ้งเตือน

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-01-18 15:52:11 +07:00
parent 1c5a839fda
commit 36f4659f84

View file

@ -209,11 +209,7 @@ function onLoad(index: any, done: any) {
floating floating
>{{ totalInbox }}</q-badge >{{ totalInbox }}</q-badge
> >
<q-menu <q-menu v-model="notiTrigger" :offset="[0, 10]">
v-model="notiTrigger"
:offset="[0, 10]"
style="max-width: 480px"
>
<div class="q-px-md q-py-sm row col-12 items-center"> <div class="q-px-md q-py-sm row col-12 items-center">
<div class="text-subtitle1 text-weight-medium">การแจงเตอน</div> <div class="text-subtitle1 text-weight-medium">การแจงเตอน</div>
<q-space /> <q-space />
@ -231,6 +227,7 @@ function onLoad(index: any, done: any) {
v-for="(item, index) in notiList" v-for="(item, index) in notiList"
:key="index" :key="index"
class="caption" class="caption"
style="max-width: 480px"
> >
<q-item v-ripple class="mytry q-py-sm" dense> <q-item v-ripple class="mytry q-py-sm" dense>
<q-item-section avatar top style="min-width: 10px"> <q-item-section avatar top style="min-width: 10px">