fix: adjust 02 layout
This commit is contained in:
parent
65ae02d935
commit
8c7f467579
1 changed files with 2 additions and 3 deletions
|
|
@ -21,7 +21,6 @@ import ButtonAddComponent from 'components/ButtonAddCompoent.vue';
|
|||
import PersonCard from 'components/home/PersonCard.vue';
|
||||
import AppBox from 'components/app/AppBox.vue';
|
||||
import StatCardComponent from 'components/StatCardComponent.vue';
|
||||
import SelectorList from 'components/SelectorList.vue';
|
||||
import AddButton from 'components/AddButton.vue';
|
||||
import TooltipComponent from 'components/TooltipComponent.vue';
|
||||
import FormDialog from 'components/FormDialog.vue';
|
||||
|
|
@ -940,7 +939,7 @@ watch(inputSearch, async () => await fetchUserList());
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col scroll q-pa-md full-width column">
|
||||
<div class="col scroll q-pa-md full-width">
|
||||
<div v-if="userData && userData.total > 0 && !inputSearch">
|
||||
<q-table
|
||||
flat
|
||||
|
|
@ -1323,7 +1322,7 @@ watch(inputSearch, async () => await fetchUserList());
|
|||
|
||||
<div
|
||||
v-if="userData && userData.total === 0 && !inputSearch"
|
||||
class="col column"
|
||||
class="full-height column"
|
||||
>
|
||||
<div class="flex justify-end">
|
||||
<TooltipComponent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue