fix: 02,03 surface color
This commit is contained in:
parent
7fc990ef62
commit
85d2035b00
2 changed files with 28 additions and 38 deletions
|
|
@ -1610,13 +1610,13 @@ watch([inputSearch, currentStatus], async () => {
|
|||
|
||||
<!-- main -->
|
||||
<div
|
||||
class="surface-1 bordered rounded col column"
|
||||
class="surface-2 bordered rounded col column"
|
||||
style="overflow: hidden"
|
||||
>
|
||||
<!-- tabs -->
|
||||
<div class="column">
|
||||
<div
|
||||
class="row justify-between full-width items-center surface-2"
|
||||
class="row justify-between full-width items-center surface-3"
|
||||
style="z-index: 1"
|
||||
>
|
||||
<div class="row q-py-sm q-px-md justify-between full-width">
|
||||
|
|
@ -1783,7 +1783,10 @@ watch([inputSearch, currentStatus], async () => {
|
|||
class="col"
|
||||
>
|
||||
<template v-slot:before>
|
||||
<div class="column q-pa-md" style="gap: var(--size-1)">
|
||||
<div
|
||||
class="column q-pa-md surface-1 full-height"
|
||||
style="gap: var(--size-1)"
|
||||
>
|
||||
<template v-if="selectorLabel === 'EMPLOYER'">
|
||||
<q-item
|
||||
v-close-popup
|
||||
|
|
@ -1839,10 +1842,7 @@ watch([inputSearch, currentStatus], async () => {
|
|||
v-if="listCustomer.length !== 0"
|
||||
class="col q-pa-md scroll"
|
||||
>
|
||||
<div
|
||||
class="row full-width customer-row"
|
||||
style="min-height: 250px"
|
||||
>
|
||||
<div class="row full-width customer-row">
|
||||
<q-table
|
||||
flat
|
||||
bordered
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue