fix: adjust layout
This commit is contained in:
parent
8e173a996f
commit
dedb589b99
2 changed files with 4 additions and 3 deletions
|
|
@ -2234,7 +2234,7 @@ watch([inputSearch, currentStatus], async () => {
|
|||
|
||||
<div
|
||||
v-if="listCustomer.length !== 0"
|
||||
class="row justify-between items-center q-px-md"
|
||||
class="row justify-between items-center q-px-md q-py-sm"
|
||||
>
|
||||
<div class="row col-4 items-center">
|
||||
<div class="app-text-muted" style="width: 80px">
|
||||
|
|
@ -2672,7 +2672,7 @@ watch([inputSearch, currentStatus], async () => {
|
|||
</div>
|
||||
<div
|
||||
v-if="listEmployee.length !== 0"
|
||||
class="row justify-between items-center q-px-md"
|
||||
class="row justify-between items-center q-px-md q-py-sm"
|
||||
>
|
||||
<div class="row col-4 items-center">
|
||||
<div class="app-text-muted" style="width: 80px">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue