VIEW.less.ftl 1.3 KB
Newer Older
1 2
<#ibizinclude>
../@MACRO/DEFAULT.less.ftl
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
</#ibizinclude>
.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;
18
            padding-left: 12px;
19 20
        }
    }
21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
}
.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 {
38
        background-color: #e4ecf5;
39 40
        border-color:  #1890ff6e;
    }
41 42 43 44 45 46 47 48 49
    .custom-tree-node{
        .tree-node-label{
            font-size: 15px;
            font-family: "Microsoft YaHei";
        }
        .tree-node-count{
            margin-left: 4px;
        }
    }
50 51 52 53 54 55 56
}
.dewfdynaexpgridview{
    >.view-card{
        .ivu-card-extra{
            top: 6px;
        }
    }
57
}