
.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%;
}


.tree-overflow .el-tree{
    background-color: #fff;
    position: absolute;
    z-index: 9999;
    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: 9999;
}
.treebox{
    width: 99%;
    min-width: 252px;
}

/* 确保在el-table中正确显示 */
.el-table .tree-overflow .el-tree,
.el-table .tree-box {
    z-index: 10000;
}

.editingGroup .ibox-content {
  margin-top: 10px;
}
.editingGroup .searchDiv > h4 {
  border-left: 4px solid #409eff;
  margin-top: 0;
  height: 18px;
  line-height: 18px;
  padding-left: 8px;
}
.editingGroup .searchDiv .input-group > div {
  height: 28px;
  line-height: 28px;
  width: 100%;
}
.editingGroup .searchDiv .input-group > div > i {
  line-height: 23px;
}
.editingGroup .searchDiv .input-group > div > span {
  line-height: 20px;
}
.editingGroup .searchDiv .input-group > div > span > i {
  line-height: 28px;
}
.editingGroup .searchDiv .input-group > div .el-input__inner {
  line-height: 28px;
  height: 28px;
}

