@import '../global.scss';

// 筛选
.#{$teamix-pro-form}-filter-advanced,
.#{$teamix-pro-form}-filter-simple {
  .#{$form-item-cls}-feedback-layout-popover {
    margin-bottom: 0;
  }
  .#{$css-prefix}date-picker2-input {
    .#{$css-prefix}input {
      width: inherit;
      input {
        width: inherit;
        display: block;
      }
    }
  }
}

// 筛选和抽屉按钮
.#{$teamix-pro-form}-filter-advanced,
.#{$css-prefix}drawer-footer {
  .#{$css-prefix}formily-button-group {
    margin-top: 0;
  }
}
