index.less
363 Bytes
@import '~@qx/ui/src/style/variable.less';
.qx-condition {
width: 100%;
&-header {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 16px;
}
&-header__right {
.ant-btn.ant-btn-sm {
padding-right: 0;
.anticon + span,
span + .anticon {
margin-left: 4px;
}
}
}
}