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


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


.targetRight .el-step__head .el-step__icon {
    background: unset;
    margin-top: 0.4px;
}
.targetStep .el-step__main .el-step__title {
    position: relative;
    font-size: 12px;
    top: -56px;
}
.targetStep .el-step__main .el-step__description {
    position: relative;
    top: -30px;
    font-size: 12px;
    padding: 0 10%;
}
.operationLog:before{
    top: 25px;
}
.operationLog .el-collapse-item__header{
    font-size: 14px;
}
.targetStep .el-steps{
    height: 49px;
}
.targetStep .el-step__main{
    height: 24px;
}

