
.tree-overflow .el-tree{
    background-color: #fff;
    position: absolute;
    z-index: 999;
    min-width: 100%;
}
.tree-box {
    min-width: 320px;
    height: 420px;
    overflow-y: auto;
    border: 1px solid #ececec;
    background-color: #fff;
    position: absolute;
    top: 56px;
    left: 0px;
    z-index: 999;
}
.treebox{
    width: 99%;
}


.pa-header-search-user-select .el-select-dropdown__item.hover[data-v-ae26ca76], .el-select-dropdown__item[data-v-ae26ca76]:hover {
    background-color: #2d68ea;
    color: #ffffff;
    border-radius: 4px;
}
.pa-header-search-user-select .el-select-dropdown__item.selected[data-v-ae26ca76] {
    background-color: #2d68ea!important;
    color: #ffffff!important;
    font-weight: 700;
}
.el-select-dropdown__item[data-v-ae26ca76]{
    padding: 5px 5px;
    line-height: 27px;
    border-radius: 4px;
}
.search-image[data-v-ae26ca76]{
    width: 28px;
    height: 28px;
    line-height: 28px;
}

.addStaffRangeMain .content-div {
  background: #fff;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: 10px;
  padding: 20px 20px;
}
.addStaffRangeMain .content-div .filter-div {
  border-top: 1px solid #d9d9d9;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-top: 25px;
}
.addStaffRangeMain .content-div .form-div .row-div {
  margin: 20px 10px;
}
.addStaffRangeMain .content-div .form-div .el-row .el-col > span {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  line-height: 22px;
  color: #333333;
}
.addStaffRangeMain .content-div .form-div .el-row .el-col .el-input {
  height: 30px;
  line-height: 30px;
}
.addStaffRangeMain .content-div .form-div .el-row .el-col .el-input .el-input__inner {
  height: 30px;
  line-height: 30px;
}
.addStaffRangeMain .content-div .form-div .el-row .el-col .el-input .el-input__icon {
  height: 30px;
  line-height: 30px;
}
.addStaffRangeMain .content-div .form-div .el-row .el-col .el-select {
  width: 100%;
}

