mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-03-01 13:36:55 +08:00
fix(card): padding top when no header
This commit is contained in:
parent
bc62cbbb19
commit
924e6cf961
@ -69,7 +69,7 @@ export default c([
|
||||
padding: `0 ${marginLeftSize} ${marginBottomSize} ${marginLeftSize}`,
|
||||
fontSize: '14px'
|
||||
}, [
|
||||
c('$:first-child', {
|
||||
c('&:first-child', {
|
||||
paddingTop: marginBottomSize
|
||||
})
|
||||
]),
|
||||
|
Loading…
Reference in New Issue
Block a user