ProxyConfig.less 571 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
.proxy_container{
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: row;
    justify-content: flex-start;
    .operate_container{
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        width: 100%;
        height: 100%;
        .operate_item{
            display: flex;
            flex-direction: row;
16
            justify-content:flex-start;
17 18
            align-items: center;
            height: 50px;
19
            margin-left:25px;
20
        }
21
        
22
    }   
23 24 25 26
}
.anticon svg {
    margin-top:-5px;
}