ibizbooktree-view.less 340 字节
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
.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;
}
.ibizbooktree-view{
    position: relative;
}