fix shadow picker preview, change hint
This commit is contained in:
parent
a7b6c79136
commit
93dfb4d352
3 changed files with 8 additions and 5 deletions
|
|
@ -95,7 +95,7 @@ export default {
|
|||
},
|
||||
style () {
|
||||
return this.ready ? {
|
||||
boxShadow: getCssShadow(this.cValue)
|
||||
boxShadow: getCssShadow(this.fallback)
|
||||
} : {}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue