jc-biz-components
Version:
jc component library based on Antd
25 lines (23 loc) • 495 B
text/less
@import '../../style/variables.less';
@modal-prefix-cls: ~'@{component-prefix}-modal';
:global {
.@{modal-prefix-cls} {
.ant-form-item {
margin-bottom: 12px;
}
.ant-form-item-label {
text-align: right;
padding-right: 12px;
}
&-form-footer {
border-top: 1px solid #E9E9E9;
padding: 10px 16px 0 10px;
margin: 0 -16px;
text-align: right;
border-radius: 0 0 6px 6px;
}
&-form-btn {
margin-right: 10px;
}
}
}