ปรับ max-width card การแจ้งเตือน
This commit is contained in:
parent
1c5a839fda
commit
36f4659f84
1 changed files with 2 additions and 5 deletions
|
|
@ -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">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue