app-default-view-layout.less 206 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11
// 视图上的布局面板
.app-view-layout {
    .app-page-tag {
        margin: 0;
        height: 50px;
    }
    .layout-container__flex {
        display: flex;
        flex-direction: column;
    }
}