fix: employee layout & product card bg icon
This commit is contained in:
parent
a6448e8e31
commit
0f8ea447f8
2 changed files with 5 additions and 5 deletions
|
|
@ -28,14 +28,14 @@ withDefaults(
|
||||||
:style="`background-color:hsla(${color}/0.1)`"
|
:style="`background-color:hsla(${color}/0.1)`"
|
||||||
>
|
>
|
||||||
<div class="row justify-between items-center">
|
<div class="row justify-between items-center">
|
||||||
<q-btn
|
<q-avatar
|
||||||
round
|
round
|
||||||
icon="mdi-folder"
|
icon="mdi-folder"
|
||||||
size="12px"
|
size="48px"
|
||||||
class="q-my-md q-ml-md"
|
class="q-my-md q-ml-md"
|
||||||
flat
|
:style="`color:hsl(${color});background-color:var(--surface-1)`"
|
||||||
:style="`color:hsl(${color});background-color:var(--surface-0)`"
|
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<q-btn
|
<q-btn
|
||||||
flat
|
flat
|
||||||
round
|
round
|
||||||
|
|
|
||||||
|
|
@ -1262,7 +1262,7 @@ watch(currentStatus, async () => {
|
||||||
|
|
||||||
<!-- main -->
|
<!-- main -->
|
||||||
<AppBox bordered class="column" style="width: 100%; min-height: 70vh">
|
<AppBox bordered class="column" style="width: 100%; min-height: 70vh">
|
||||||
<div class="row q-py-md">
|
<div class="row q-pb-md">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<q-select
|
<q-select
|
||||||
v-if="selectorLabel === 'EMPLOYER'"
|
v-if="selectorLabel === 'EMPLOYER'"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue