CONTROL.less.ftl 765 字节
Newer Older
1 2
.tree-right-menu {
    .ivu-divider-horizontal {
tony001's avatar
tony001 committed
3 4
        width: 100%;
        min-width: 100%;
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
        margin: 0 auto;
    }
    .ivu-dropdown-item {
        position: relative;
        padding-left: 32px;
        > i {
            position: absolute;
            left: 16px;
            top: 10px;
        }
        .ivu-icon-ios-arrow-forward {
            left: initial;
            right: 4px;
        }
    }
    .ivu-dropdown {
        .ivu-select-dropdown {
            margin: 0;
        }
    }
}

.el-tree .context-menu-component .tree-node{
    width: calc(100% - 15px);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
tony001's avatar
tony001 committed
32 33 34
    .icon{
      padding-right: 10px;
    }
35 36 37 38
}
<#ibizinclude>
../@MACRO/CSS/DEFAULT.less.ftl
</#ibizinclude>