Card add to, replace, target, append prop

This commit is contained in:
梁灏 2019-09-05 10:31:26 +08:00
parent 0264b7c4fd
commit da404a1d3e
3 changed files with 32 additions and 4 deletions

View file

@ -1,6 +1,7 @@
@card-prefix-cls: ~"@{css-prefix}card";
.@{card-prefix-cls}{
display: block;
background: #fff;
border-radius: @border-radius-small;
font-size: @font-size-base;
@ -47,4 +48,4 @@
&-body {
padding: 16px;
}
}
}