/**
 * @desc 下拉树面板
 */
.base-select-tree {
  position: relative;

  .el-select {

    // overflow: hidden;
    .el-select__tags {
      max-height: 150px;
      overflow: auto;
    }
  }
}

.base-select-tree-down-empty+div {
  border-bottom-color: transparent !important;
}

// 下拉 tree 的面板
.el-popover {
  // max-height: 360px;
  // overflow: auto;
  // padding: 10px;
}

.base-el-popover {
  height: 260px;
  padding: 6px 0;
}

.base-select-tree__popper {
  border-width: 0;

  .el-select-dropdown__list {
    padding: 0;
  }
}

.select-tree__input {
  padding: 0 6px;

  .el-input__suffix {
    right: 10px;
  }
}
