.x-person-popover-span {
  width: 100%;
}
.x-person-popover {
  padding: 0;
  .title {
    display: flex;
    padding: 8px 12px;
    border-bottom: 1px solid #e8e8e8;
    .show-modal-btn {
      display: flex;
      padding: 0 8px;
      margin-left: 18px;
      cursor: pointer;
      border: 1px solid #dcdfe6;
      border-radius: 2px;
      align-items: center;
      &:hover {
        color: #027aff;
        border-color: #027aff;
      }
    }
  }
  .no-more {
    padding: 8px 0;
    font-size: 12px;
    color: #b2b2b2;
    text-align: center;
  }
  .x-empty-page {
    position: unset !important;
    width: 100%;
    padding: 20px 0;
    margin: 0;
  }
  .el-scrollbar__view {
    min-height: 200px;
    padding-top: 0;
    // height: 250px;
    .x-loading {
      // height: 250px;
      display: flex;
      min-height: 250px;
      align-items: center;
      flex-direction: column;
      justify-content: center;
      ul {
        width: 100%;
        min-height: 250px;
      }
    }
  }
  .popover-block {
    display: flex;
    height: 50px;
    padding: 3px 12px;
    align-items: center;
    &:hover {
      background-color: rgb(245, 245, 245);
    }
    .popover-left {
      display: flex;
      width: 48px;
      height: 100%;
      justify-content: center;
      align-items: center;
      .x-person-avatar {
        width: 36px;
        height: 36px;
      }
    }
    .popover-right {
      display: flex;
      height: 100%;
      padding: 0 6px;
      justify-content: center;
      flex-direction: column;
      .popover-row {
        display: flex;
        height: 22px;
        overflow: hidden;
        line-height: 22px;
        .item-name, .item-info {
          width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
        }
        .item-name {
          font-size: 14px;
          color: #000;
          flex: 1;
        }
        .item-info {
          font-size: 12px;
          line-height: 24px;
          color: #999;
          flex: 0 0 180px;
        }
      }
    }
  }
}
