fix: adjust layout

This commit is contained in:
puriphatt 2024-07-17 10:49:21 +00:00
parent 8e173a996f
commit dedb589b99
2 changed files with 4 additions and 3 deletions

View file

@ -580,6 +580,7 @@ watch(
watch(
() => formData.value.userType,
async () => {
if (!infoDrawerEdit.value) return;
formData.value.registrationNo = null;
formData.value.startDate = null;
formData.value.retireDate = null;
@ -939,7 +940,7 @@ watch(inputSearch, async () => await fetchUserList());
</div>
</div>
<div class="col scroll q-pa-md full-width">
<div class="col scroll q-pa-md full-width column">
<div v-if="userData && userData.total > 0 && !inputSearch">
<q-table
flat