// 视图上的布局面板
.app-view-layout {
    .app-page-tag {
        margin: 0;
        height: 50px;
    }
    .layout-container__flex {
        display: flex;
        flex-direction: column;
    }
}