refactor: add border
This commit is contained in:
parent
d5aadbdd86
commit
a31fd5f40e
1 changed files with 21 additions and 12 deletions
|
|
@ -988,6 +988,14 @@ const emptyCreateDialog = ref(false);
|
||||||
display: flex;
|
display: flex;
|
||||||
margin-bottom: var(--size-2);
|
margin-bottom: var(--size-2);
|
||||||
"
|
"
|
||||||
|
>
|
||||||
|
<div
|
||||||
|
:style="`
|
||||||
|
border-radius: 50%;
|
||||||
|
border-style: solid;
|
||||||
|
border-width: 2px;
|
||||||
|
border-color: hsl(var(${props.row.customerType === 'CORP' ? '--violet-11-hsl' : '--teal-10-hsl'}));
|
||||||
|
`"
|
||||||
>
|
>
|
||||||
<div class="branch-card__icon">
|
<div class="branch-card__icon">
|
||||||
<q-avatar size="md">
|
<q-avatar size="md">
|
||||||
|
|
@ -1005,6 +1013,7 @@ const emptyCreateDialog = ref(false);
|
||||||
</q-avatar>
|
</q-avatar>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<div class="col">
|
<div class="col">
|
||||||
<div class="col">
|
<div class="col">
|
||||||
{{ props.row.firstName || '-' }}
|
{{ props.row.firstName || '-' }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue