mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
style(checkbox): improve code style
This commit is contained in:
@@ -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,
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user