ibizbookusr2-tree-view.less 401 字节
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
// 基于 @VIEW/实体树视图/VIEW.less.ftl 生成
.view-card {
    >.ivu-card-extra {
        top: 5px;
        right: 0px;
    }
}
.search-contant {
    height: 40px;
    .ivu-input-wrapper {
        max-width: 400px;
        padding-top: 6px;
    }
}
.tree-contant {
        height: 100%;
    margin:  0px 0px 16px 0;
    overflow: auto;
}
.ibizbookusr2-tree-view{
    position: relative;
}