fix: แก้ค่าของ type

This commit is contained in:
Net 2024-06-11 11:23:23 +07:00
parent 601aa69d7c
commit 066cf121c6
5 changed files with 28 additions and 16 deletions

View file

@ -60,7 +60,11 @@ onMounted(async () => {
class="q-mr-md"
/>
<q-card-section
class="q-pa-sm q-pt-md bg-green q-mr-md q-mb-sm"
class="q-pa-sm q-pt-md q-mr-md q-mb-sm"
:class="{
color__purple: customerType === 'CORP',
color__green: customerType === 'PERS',
}"
style="border-radius: 0 0 40px 40px; position: relative"
>
<q-avatar no-padding size="50px">