Merge commit '47327cff40' into develop
This commit is contained in:
commit
1c5a839fda
6 changed files with 187 additions and 154 deletions
|
|
@ -214,9 +214,9 @@ async function onLoad(index: number, done: any) {
|
|||
flat
|
||||
bordered
|
||||
:style="$q.screen.gt.xs ? 'max-height: 74vh' : 'height: 100px;'"
|
||||
class="q-pb-md col-12"
|
||||
class="q-pb-sm col-12"
|
||||
>
|
||||
<div class="col-12 row q-pa-md">
|
||||
<div class="col-12 row q-px-md q-pt-md q-pb-sm">
|
||||
<div class="text-subtitle1 text-weight-bold text-dark">
|
||||
กล่องข้อความ
|
||||
</div>
|
||||
|
|
@ -232,13 +232,12 @@ async function onLoad(index: number, done: any) {
|
|||
<div
|
||||
v-if="totalInbox != 0"
|
||||
ref="scrollTargetRef"
|
||||
class="q-pa-md"
|
||||
style="max-height: 90%; overflow: auto"
|
||||
>
|
||||
<q-infinite-scroll
|
||||
@load="onLoad"
|
||||
:offset="250"
|
||||
class="q-pa-md"
|
||||
class="q-px-md"
|
||||
:scroll-target="scrollTargetRef"
|
||||
>
|
||||
<div
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue