no message
This commit is contained in:
parent
df7364f7b8
commit
d60f10491b
1 changed files with 2 additions and 1 deletions
|
|
@ -133,9 +133,10 @@ const selectInbox = (id: string) => {
|
||||||
bordered
|
bordered
|
||||||
:style="$q.screen.gt.xs ? 'height: 80vh' : 'height: auto;'"
|
:style="$q.screen.gt.xs ? 'height: 80vh' : 'height: auto;'"
|
||||||
>
|
>
|
||||||
<div class="col-12 q-pt-sm q-px-md">
|
<div class="col-12 q-py-sm q-px-md bg-grey-1">
|
||||||
<div class="text-subtitle1 text-weight-medium">กล่องข้อความ</div>
|
<div class="text-subtitle1 text-weight-medium">กล่องข้อความ</div>
|
||||||
</div>
|
</div>
|
||||||
|
<q-separator />
|
||||||
<q-scroll-area
|
<q-scroll-area
|
||||||
:style="$q.screen.gt.xs ? 'height: 74vh' : 'height: 40vh;'"
|
:style="$q.screen.gt.xs ? 'height: 74vh' : 'height: 40vh;'"
|
||||||
class="bg-white rounded-borders q-px-md row col-12"
|
class="bg-white rounded-borders q-px-md row col-12"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue