@import '../mixins/config.less';
@import '../mixins/mixins.less';
.b(ap-batch-action,{
  width: 100%;
  &-body{
    width: 100%;
    display: flex;
    align-items: center;
    .selected-desc{
      display: flex;
      align-items: center;
      margin-right: 16px;
      flex-shrink: 0;
      &-conut{
        font-size: 14px;
        color: var(--ap-batch-action-color-font,#8896b0);
        span{
          color: var(--ap-batch-action-color-active,#0070ff);
          font-weight: bold;
          min-width: 10px;
          display: inline-block;
        }
      }
      &-clean{
        margin-left: 8px;
        &>*{
          padding: 0;
        }
      }
    }
  }
  &-header {
    width: 100%;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid var(--ap-batch-action-color-border,#E9EDF3);
  }
});
