index.less
327 Bytes
@import '~@qx/ui/src/style/variable.less';
.qx-base-condition {
width: 100%;
&-list {
width: 100%;
&-item {
width: 100%;
display: flex;
align-items: center;
&__idx {
color: @N9;
margin-right: 4px;
width: 24px;
display: inline-block;
}
}
}
}