WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2025-01-16 e4bc100e00845f62b6c83dd28fc216ff78c62031
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%;
        }
    }
}