ปรับ 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
|
||||
>{{ totalInbox }}</q-badge
|
||||
>
|
||||
<q-menu
|
||||
v-model="notiTrigger"
|
||||
:offset="[0, 10]"
|
||||
style="max-width: 480px"
|
||||
>
|
||||
<q-menu v-model="notiTrigger" :offset="[0, 10]">
|
||||
<div class="q-px-md q-py-sm row col-12 items-center">
|
||||
<div class="text-subtitle1 text-weight-medium">การแจ้งเตือน</div>
|
||||
<q-space />
|
||||
|
|
@ -231,6 +227,7 @@ function onLoad(index: any, done: any) {
|
|||
v-for="(item, index) in notiList"
|
||||
:key="index"
|
||||
class="caption"
|
||||
style="max-width: 480px"
|
||||
>
|
||||
<q-item v-ripple class="mytry q-py-sm" dense>
|
||||
<q-item-section avatar top style="min-width: 10px">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue