ปรับ UI ระบบวินัย
This commit is contained in:
parent
21a779fe94
commit
cf69df74ac
21 changed files with 2322 additions and 2304 deletions
|
|
@ -164,19 +164,17 @@ const thaiOptions: Intl.DateTimeFormatOptions = {
|
|||
<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-pa-sm"
|
||||
:scroll-target="scrollTargetRef"
|
||||
>
|
||||
<q-list
|
||||
v-for="(contact, index) in inboxList"
|
||||
:key="contact.no"
|
||||
class="q-pt-sm"
|
||||
>
|
||||
<q-item
|
||||
clickable
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue