.yw-emp-selector {
  .title {
  }

  :global {
    .ant-row {
      margin-bottom: 10px;
    }
  }
}
.yw-check-all {
  height: 100%;
}
.yw-emp-item-row {
  padding: 4px 0 4px 20px;
  &:hover {
    background: #efefef;
  }
  .avatar {
    margin: 0 !important;
  }
  .row-1 {
    width: 100% !important;
  }
}
.yw-emp-item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  cursor: pointer;

  .avatar {
    width: 38px;
    height: 38px;
    position: relative;
    margin-right: 6px;
    margin-left: 8px;
    img {
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      border-radius: 4px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border: 1px solid #e4e8f0;
    }
  }

  .item-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #666;
    font-family: PingFangSC-Medium;
    &-name {
      font-size: 14px;
      font-weight: 500;
      line-height: 18px;
      color: #333;
    }
    .row-1 {
      width: 235px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
  }
}
