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


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

.minSelect {
  width: 150px;
}


.addTurn[data-v-fa7c169e] {
    position: absolute;
    color: #409eff;
    font-size: 14px;
    top: 43px;
    left: 92%;
}


.index-form .el-form-item--mini.el-form-item, .el-form-item--small.el-form-item{
    margin-bottom: 5px;
}

