fix: quotation select

This commit is contained in:
puriphatt 2024-10-04 09:45:05 +07:00
parent bab448f47b
commit 05779c760c
5 changed files with 18 additions and 11 deletions

View file

@ -158,7 +158,7 @@ const currentTab = defineModel<string>('currentTab');
class="col full-height column full-width"
:class="{
dark: $q.dark.isActive,
'surface-0': !employee,
'surface-2': !employee,
'surface-tab': employee || tabsList,
}"
:style="`background: ${bgColor} !important`"