.vuc-treecombox {
  &-button {
    position: absolute;
    right: 0px;
    height: 100%;
    width: 24px;
    border-radius: 0 4px 4px 0;

    .ivu-icon {
      position: absolute;
      top: 50%;
      right: 50%;
      margin-right: -8px;
      margin-top: -8px;
    }
  }
  &-button-delete {
    display: none;
    position: absolute;
    right: 0px;
    height: 100%;
    width: 24px;
    border-radius: 0 4px 4px 0;

    .ivu-icon {
      position: absolute;
      top: 50%;
      right: 50%;
      margin-right: -8px;
      margin-top: -8px;
    }
  }
  &-button-list {
    position: absolute;
    right: 0px;
    height: 100%;
    width: 24px;
    border-radius: 0 4px 4px 0;

    .ivu-icon {
      position: absolute;
      top: 43%;
      right: 50%;
      font-size: 20px !important;
      font-weight: 600;
      margin-right: -8px;
      margin-top: -8px;
    }
  }
  .ivu-select-dropdown {
    overflow: hidden;
    max-height: 100%;
  }

  &.no-arrow .ivu-icon.ivu-select-arrow {
    display: none;
  }

  &-noborder {
    .ivu-select-selection {
      border: transparent;
      box-shadow: none;
      background: transparent;
    }
  }

  &-item {
    &-info {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      padding: 10px;
      border-left: 1px #d9d9d9 solid;
      background: #fff;
      overflow: auto;
    }
  }
}
.vuc-treecombox:hover .vuc-treecombox-button-delete {
  display: inline-block;
}
