app-nav-pos.less 148 字节
Newer Older
1 2 3
.app-nav-pos {
    width: 100%;
    height: 100%;
4 5 6 7 8
    display: flex;
    flex-direction: column;
    .app-view-cache {
        flex-grow: 1;
    }
9
}