index.less 1.47 KB
Newer Older
DarkForst's avatar
DarkForst committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96
// 审批流程
.approval{
    :global{
        .ant-card-body{
            display: flex;
        }
    }
}
.process_config , .rules_config{
    header{
        padding-left: 5px;
        border-left: 4px solid #85C700;
    }
}
.rules_config{
    padding-bottom: 21px;
}
// 审批流程
.approval_content{
    :global{
        .ant-card-body{
            display: flex;
        }
        .ant-spin-nested-loading{
            width: 100%
        }
    }
}
.process_item{
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    button{
        padding: 6px;
        width: 3.86vw;
        height: 3.86vw;
        font-size: 12px;
    }
}
.edit_button{
    display: flex;
    justify-content: flex-end;
    padding-top: 27px;
    button{
        width: 5.10vw;
    }
}

.flow_title{
    margin:0;
   padding:10px 0;
}
.flow_img{
    width: 40px;
    height: 40px;
    margin-right: 5px;
    display: inline-block;
    // border-radius: 50%;
}
.icon{
    font-size: 24px;
    margin:0 15px;
    position: relative;
    top:3px;
}
.flow_title_chao{
    margin-top: 20px;
}
.parTabs{
    :global{
        .ant-tabs-nav{
            padding-left: 16px;
        }
        .ant-tabs-tab{
            padding: 12px
        }
    }
}
.content{
    :global{
        .ant-card-body{
            display: flex;
        }
    }
}
.search_value{
    color: #ff0000;
}
.popover_tree {
    :global{
        .ant-tree-list-holder-inner{
            height: 250px;
            overflow: auto;
        }
    }
}