WebApp【公共组件库】@前端(For Git Submodule)
Tevin
2020-11-25 8711bc253c22936b6ab3ba4d2179940be7b0e1b0
调整目录结构
1 files added
5 files renamed
1 files deleted
32 ■■■■ changed files
layout/h5/index.js 14 ●●●●● patch | view | raw | blame | history
layout/h5Page/CContent.vue patch | view | raw | blame | history
layout/h5Page/CNavBar.vue patch | view | raw | blame | history
layout/h5Page/CPage.vue patch | view | raw | blame | history
layout/h5Page/cNavBar.scss 2 ●●● patch | view | raw | blame | history
layout/h5Page/cPage.scss 2 ●●● patch | view | raw | blame | history
layout/h5Page/index.js 14 ●●●●● patch | view | raw | blame | history
layout/h5/index.js
File was deleted
layout/h5Page/CContent.vue
layout/h5Page/CNavBar.vue
layout/h5Page/CPage.vue
layout/h5Page/cNavBar.scss
File was renamed from layout/h5/navBar/cNavBar.scss
@@ -3,7 +3,7 @@
 * @author Tevin
 */
@import "../../../common/sassMixin";
@import "../../common/sassMixin";
.c-nav-bar {
    position: relative;
layout/h5Page/cPage.scss
File was renamed from layout/h5/page/cPage.scss
@@ -3,7 +3,7 @@
 * @author Tevin
 */
@import "../../../common/sassMixin";
@import "../../common/sassMixin";
.c-page {
    @include position(fixed, 0 0);
layout/h5Page/index.js
New file
@@ -0,0 +1,14 @@
/**
 * layout
 * @author Tevin
 */
import CPage from '@components/layout/h5Page/CPage.vue';
import CNavBar from '@components/layout/h5Page/CNavBar.vue';
import CContent from '@components/layout/h5Page/CContent.vue';
export {
    CPage,
    CNavBar,
    CContent,
}