fix(checkbox): padding with empty label

This commit is contained in:
07akioni 2020-10-26 13:50:23 +08:00
parent 94f645a772
commit da86d5b388

View File

@ -83,7 +83,11 @@ export default c([
user-select: none;
padding-left: 8px;
`
}),
}, [
c('&:empty', {
display: 'none'
})
]),
cM('checked', [
cB('checkbox-box', [
cB('checkbox-icon', [