fix(02): layout
This commit is contained in:
parent
bfdd1a0b08
commit
21f19bb4ea
1 changed files with 3 additions and 1 deletions
|
|
@ -1110,7 +1110,9 @@ watch(
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="flex full-width full-height q-pa-md surface-2 column col">
|
<div
|
||||||
|
class="flex full-width full-height q-pa-md surface-2 column col scroll"
|
||||||
|
>
|
||||||
<template v-if="userData && userData.total > 0 && !inputSearch">
|
<template v-if="userData && userData.total > 0 && !inputSearch">
|
||||||
<q-table
|
<q-table
|
||||||
flat
|
flat
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue