app-default-treeview.less 454 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
.app-control-treeview {
    z-index: 9;
    .tree__node {
        width: calc(100% - 15px);
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
        &.ibiz-badge {
            overflow: visible;
        }
    }
    .tree__node__icon {
        padding-right: 10px;
        .icon__img {
            width:14px;
            height:14px;
            vertical-align: bottom;
        }
    }
}