jc-biz-components
Version:
jc component library based on Antd
42 lines (40 loc) • 910 B
text/less
@import '../../style/variables.less';
@table-filter-prefix-cls: ~'@{component-prefix}-filter';
:global {
.@{table-filter-prefix-cls} {
.ant-form-item-control {
line-height: inherit;
}
.ant-form-inline .ant-form-item {
margin-bottom: 24px;
margin-right: 0;
display: flex;
> .ant-form-item-label {
text-align: left;
width: 70px;
line-height: 32px;
padding-right: 8px;
}
// 修复长度问题
.ant-form-item-control-wrapper {
width: calc(100% - 70px);
}
.ant-form-item-control {
line-height: 32px;
}
}
.ant-select:only-child,
.ant-cascader-picker:only-child {
top: 0;
}
.ant-form-item-control-wrapper {
flex: 1;
}
&-btn {
margin-bottom: 24px;
vertical-align: top;
display: inline-block;
white-space: nowrap;
}
}
}