WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2023-11-17 a4563d338b4df06d3fe6ca9123dcd1ec9c23a81b
layout/h5Page/cPage.scss
@@ -10,6 +10,7 @@
    @include flexbox(flex, flex-start flex-start, column);
    width: 100%;
    height: 100%;
    background-color: #E1ECEE;
    .c-nav-bar {
        width: 100%;
    }
@@ -18,5 +19,10 @@
        width: 100%;
        height: 100%;
        overflow: hidden;
        .c-content-inner,
        .c-content-scroll {
            width: 100%;
            height: 100%;
        }
    }
}