CONTROL.less.ftl 444 字节
Newer Older
1 2 3 4 5
<#ibizinclude>
../@MACRO/CSS/DEFAULT.less.ftl
</#ibizinclude>

.app-list {
tony001's avatar
tony001 committed
6
    height:100%;
7 8 9 10 11 12 13 14 15 16 17 18 19
    flex-grow: 1;
    overflow-y: auto;
    .app-list-item {
        line-height: 34px;
    }
    .app-list-item.isSelect {
        background: #ecf5ff;
    }
    .app-list-item:hover {
        background: #ecf5ff;
    }
}
.app-list-empty {
tony001's avatar
tony001 committed
20
    height:100%;
21 22 23 24 25
    color: #909399;
    display: flex;
    justify-content: center;
    align-items: center;
}