fix(card): padding top when no header

This commit is contained in:
07akioni 2020-08-12 18:15:05 +08:00
parent bc62cbbb19
commit 924e6cf961

View File

@ -69,7 +69,7 @@ export default c([
padding: `0 ${marginLeftSize} ${marginBottomSize} ${marginLeftSize}`,
fontSize: '14px'
}, [
c('$:first-child', {
c('&:first-child', {
paddingTop: marginBottomSize
})
]),