.aggregate-drop-down-wrap {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15); // 浮层阴影
  background: #fff;

  .aggregate-drop-down {
    width: 100%;
    max-height: 380px;
    // padding: 4px 0;
    overflow: auto;
    justify-content: center;
    align-items: center;

    .@{ant-prefix}-spin-nested-loading {

      .@{ant-prefix}-spin {
        display: flex;
        align-items: center;
        justify-content: center;

        .@{ant-prefix}-spin-dot-spin,
        .@{ant-prefix}-spin-text {
          position: relative;
          margin: 0;
          padding: 0;
          top: 0;
          left: 0;
        }

        .@{ant-prefix}-spin-text {
          width: auto;
          margin-left: 4px;
        }
      }
    }

    .list-title {
      line-height: 32px;
      background-color: rgba(0, 0, 0, 0.02);
      padding: 0 10px;
      color: @text-color-show;
    }

    .list-title-des-wrapper {
      color: @text-color-secondary;
      max-width: 100px;
      margin-left: 12px;
    }

    .list-title-value-wrapper {
      flex: 1;
      width: 0;
    }

    .list-title:not(:first-child) {
      margin-top: 8px;
    }

    .list {
      &:hover {
        cursor: pointer;
        background-color: #E6F7FF;

        .des {
          display: none;
        }

        .action {
          display: flex;
          align-items: center;
        }
      }

      line-height: 32px;
      display: flex;
      padding: 0 10px;
      align-items: center;

      .action {
        display: none;

        .pre-icon {
          &:nth-child(2) {
            margin-right: 0;
          }
        }
      }

      .pre-icon {
        margin-right: 8px;
      }
    }

    .empty {
      line-height: 32px;
      padding: 0 10px;
    }
  }

  .desc {
    width: 100%;
    line-height: 32px;
    padding: 0 10px;
    background: rgba(0, 0, 0, 0.02);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
    color: @text-color-show;

    .desc-margin-32 {
      margin-left: 32px;
    }

    .@{ant-prefix}-btn-link {
      margin-left: 10px;
    }
  }
}