UNPKG
ohayolibs
Version:
latest (1.0.1)
1.0.1
1.0.0
Ohayo is a set of essential modules for ohayojp.
ohayolibs
/
packages
/
theme
/
system
/
antd
/
_card.less
14 lines
(12 loc)
•
243 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.@{ant-prefix}
-card
{
margin-bottom
:
@md
; }
/** * 设置 `nz-card` 内容区域无间距 * Set `nz-card` content area without spacing */
.@{ant-prefix}
-card__body-nopadding
{
.@{ant-prefix}
-card-body
{
padding
:
0
!important
; } }