fix(03): profile banner bg
This commit is contained in:
parent
eecb96cbda
commit
eff59ca918
1 changed files with 5 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue