@import '../../style/themes/default.less';
@import '../../style/global/select.less';

.@{zp-prefix}-form-item {
  float: left;
  margin-right: 10px;
  height: 26px;
  line-height: 26px;
  margin-bottom: 12px;
  // 兼容老的filterItem
  & > .wrapperForm {
    margin-right: 0;
    margin-bottom: 0;
  }
  .@{zp-prefix}-select-multiple {
    position: initial !important;
  }
  .@{zp-prefix}-select {
    width: 100%;
  }
}
