@import '../styles/index.less';
@expBusiObjModal: expBusiObjModal;

.@{prefix}-@{expBusiObjModal} {

  .@{ant-prefix}-drawer-content-wrapper {
    max-width: calc(100vw - 32px);
  }
  .@{ant-prefix}-drawer-header {
    padding: 12px 16px;
    border: none;
    box-shadow: 0 -1px 0 #e5e5e5 inset;
    &-title {
      flex-direction: row-reverse;
      .@{ant-prefix}-drawer-title {
        line-height: 24px;
      }
      .@{ant-prefix}-drawer-close {
        margin-right: 0;
      }
    }
  }

  .@{ant-prefix}-drawer-body {
    padding: 16px;
  }

  .@{ant-prefix}-drawer-footer {
    display: flex;
    justify-content: flex-end;
    padding: 12px 20px;
    .@{ant-prefix}-btn:not(:last-child) {
      margin-right: 8px;
    }
  }

  &-selectAllWrap {
    background: #F6F8FA;
    padding: 2px 8px;
    margin-bottom: 12px;
  }
  &-expandIcon {
    margin-right: 8px;
    cursor: pointer;
    .anticon {
      width: 16px;
    }
  }
}

.@{prefix}-@{expBusiObjModal}-myCheckboxGroup {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;

  .@{ant-prefix}-checkbox-group-item {
    margin-bottom: 8px;
    flex: none;
    width: 25%;
    box-sizing: border-box;
    padding-right: 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 0;
    // display: block;
  }
}
