ibizsample0021-wfdyna-exp-grid-view.less 1.6 KB
Newer Older
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
.ibizsample0021-wfdyna-exp-grid-view{
    position: relative;
}
        .toolbar-container {
            button {
                margin: 6px 0px 4px 4px;
                .caption {
                    margin-left: 4px;
                }
            }
            .seperator {
                color: #dcdee2;
                margin: 0 0px 0 4px;
            }
        }
        
        // this is less


.ivu-split-horizontal{
    .ivu-split-pane >div{
        height: 100%;
        overflow-y: auto;
        .content-container{
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin: 0;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            padding-left: 12px;
        }
    }
}
.dewfdynaexpgridview{
    .el-tree {
        padding-right: 10px;
    }
    .el-tree-node__content {
        height: 40px;
        border-left: solid transparent;

    }
    .el-tree-node {
        margin-top: 10px;
    }
    .el-tree-node:nth-child(1) {
        margin-top: 0px;
    }
    .el-tree--highlight-current .el-tree-node.is-current>.el-tree-node__content {
        background-color: #e4ecf5;
        border-color:  #1890ff6e;
    }
    .custom-tree-node{
        .tree-node-label{
            font-size: 15px;
            font-family: "Microsoft YaHei";
        }
        .tree-node-count{
            margin-left: 4px;
        }
    }
}
.dewfdynaexpgridview{
    >.view-card{
        .ivu-card-extra{
            top: 6px;
        }
    }
73
}