hc-materials
Version:
基于react的通用组件库
20 lines (18 loc) • 476 B
text/less
@import '../../../components/footer/style/index.less';
@import '../../../components/breadCrumb/style/index.less';
@import '~antd/es/card/style/index.less';
@layout-content-prefix-cls: ~'@{hc-prefix}-layout-content';
.@{layout-content-prefix-cls} {
&-footer {
width: 100%;
bottom: 0;
}
&-content{
margin: 16px 16px 0;
background: #fff;
> .ant-card .ant-card-wider-padding .ant-card-body,
> .ant-card .ant-card-body{
padding: 0;
}
}
}