tntd
Version:
tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。
19 lines (16 loc) • 376 B
text/less
@modal-prefix-cls: ~'@{ant-prefix}-modal';
@modal-footer-padding-vertical: 10px;
@modal-footer-padding-horizontal: 20px;
.@{modal-prefix-cls}-custom-header {
position: absolute;
top: 16px;
left: 16px;
right: 16px;
bottom: 0;
height: 24px;
text-align: right;
font-size: @font-size-lg;
}
.@{modal-prefix-cls}-confirm-body-wrapper{
margin-top: @margin-xxs;
}