WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2024-05-29 cde19a1c1471c1a4dbe51bd6b0903d6c948c9c26
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%;
        }
    }
}