app-nav-pos.less 148 字节
.app-nav-pos {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    .app-view-cache {
        flex-grow: 1;
    }
}