mirror of
https://github.com/element-plus/element-plus.git
synced 2025-01-06 10:38:31 +08:00
style(checkbox): improve code style
This commit is contained in:
parent
ab8c77f0ff
commit
244d5159de
@ -92,7 +92,7 @@ export default defineComponent({
|
||||
backgroundColor: checkboxGroup.fill || '',
|
||||
borderColor: checkboxGroup.fill || '',
|
||||
color: checkboxGroup.textColor || '',
|
||||
'box-shadow': '-1px 0 0 0 ' + checkboxGroup.fill,
|
||||
boxShadow: '-1px 0 0 0 ' + checkboxGroup.fill,
|
||||
}
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user