@import '../../style/themes/index.less';
@import '../../style/mixins/flex.less';

@depot-prefix-cls: ~'@{depot-prefix}-filter-drawer';

.@{depot-prefix-cls} {
  & .filter-drawer-collapse {
    & .ant-select {
      width: 100px;
    }
    & .ant-input {
      width: calc(~'100% - 112px');
    }

    & .filter-form-item {
      & > :last-child {
        width: calc(~'100% - 112px');
        margin-left: @padding-xs;
      }
      & > .ant-calendar-picker {
        & > .ant-input {
          width: 100%;
        }
      }
    }
  }
}
