fix(03): profile banner bg

This commit is contained in:
puriphatt 2024-08-22 17:05:07 +07:00
parent eecb96cbda
commit eff59ca918

View file

@ -1611,7 +1611,11 @@ watch(
useToggle
color="white"
icon="mdi-account-outline"
bgColor="linear-gradient(135deg, rgba(43,137,223,1) 0%, rgba(230,51,81,1) 100%)"
:bgColor="
formData.gender
? 'white'
: 'linear-gradient(135deg, rgba(43,137,223,1) 0%, rgba(230,51,81,1) 100%)'
"
v-model:toggle-status="formData.status"
hideFade
:menu="formMenuIcon"