refactor: styling
This commit is contained in:
parent
e631ed9c47
commit
199815f78e
3 changed files with 11 additions and 11 deletions
|
|
@ -1500,7 +1500,7 @@ watch([inputSearch, currentStatus], async () => {
|
|||
<!-- tabs -->
|
||||
<div class="column">
|
||||
<div
|
||||
class="row surface-3 bordered-b justify-between full-width items-center surface-1"
|
||||
class="row justify-between full-width items-center surface-2"
|
||||
style="z-index: 1"
|
||||
>
|
||||
<div class="row q-py-sm q-px-md justify-between full-width">
|
||||
|
|
@ -1664,8 +1664,8 @@ watch([inputSearch, currentStatus], async () => {
|
|||
class="col"
|
||||
>
|
||||
<template v-slot:before>
|
||||
<div class="column q-pa-md q-gutter-y-sm">
|
||||
<div v-if="selectorLabel === 'EMPLOYER'">
|
||||
<div class="column q-pa-md" style="gap: var(--size-1)">
|
||||
<template v-if="selectorLabel === 'EMPLOYER'">
|
||||
<q-item
|
||||
v-for="v in fieldCustomer"
|
||||
:key="v"
|
||||
|
|
@ -1680,8 +1680,8 @@ watch([inputSearch, currentStatus], async () => {
|
|||
{{ $t(v) }}
|
||||
</span>
|
||||
</q-item>
|
||||
</div>
|
||||
<div v-else>
|
||||
</template>
|
||||
<template v-else>
|
||||
<q-item
|
||||
active
|
||||
dense
|
||||
|
|
@ -1693,12 +1693,12 @@ watch([inputSearch, currentStatus], async () => {
|
|||
{{ $t('totalEmployee') }}
|
||||
</span>
|
||||
</q-item>
|
||||
</div>
|
||||
</template>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<template v-slot:after>
|
||||
<div class="column full-height surface-2">
|
||||
<div class="column full-height">
|
||||
<!-- employer -->
|
||||
<template
|
||||
v-if="
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue