.aos-ref {
  .aos-ref-icon{
    cursor: pointer;
  }
  .aos-ref-item{
    padding-left: 5px;
  }
  .el-select {
    .el-input {
      display: inline-table;
    }
    .el-input-group__append {
      padding: 0 8px;
      .el-icon-plus {
        cursor: pointer;
      }
    }
  }
  &__option {
    display: flex;
    justify-content: space-between;
    &-label {
      flex-grow: 1;
    }
    &-common {
      cursor: pointer;
    }
    &-tree {
      &-main {
        &-item {
          width: 100%;
          display: flex;
          justify-content: space-between;
        }
      }
    }
  }
}

.el-scrollbar__view {
  .aos-ref {
    &__option {
      &-tree {
        .aos-ref__option-tree-option {
          height: 100%;
          background: #ffffff;
        }
        .aos-ref__option-tree-option.selected {
          font-weight: 400;
        }
        .aos-ref__option-tree-option.selected.hover{
          background: #ffffff;
          font-weight: 400;
        }
    }
    }
}
}