tntd
Version:
tntd是基于 TNT Design 设计体系的 React UI 组件库,主要用于研发企业级中后台产品。
43 lines (34 loc) • 871 B
text/less
@form-prefix-cls: ~'@{ant-prefix}-form';
.tnt-form {
.@{form-prefix-cls}-item {
// min-height: @input-height-base;
.@{form-prefix-cls}-item-required::before {
top: 2px;
position: relative;
}
&-with-help {
margin-bottom: @form-item-margin-bottom;
}
&-control {
line-height: 1;
min-height: @input-height-base;
}
&-label {
line-height: @input-height-base;
}
&-children {
line-height: calc(@input-height-base - 2px);
}
}
.@{form-prefix-cls}-explain,
.@{form-prefix-cls}-extra {
margin-top: 4px;
}
&.@{form-prefix-cls}-vertical{
.@{form-prefix-cls}-item {
&-label {
line-height: @line-height-base;
}
}
}
}