File tree Expand file tree Collapse file tree 7 files changed +1849
-3736
lines changed
components/organisms/position
components/organisms/position Expand file tree Collapse file tree 7 files changed +1849
-3736
lines changed Original file line number Diff line number Diff line change
1
+ .vf-o-position {
2
+ & __module {
3
+ margin-bottom : 15px ;
4
+ }
5
+ }
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div >
2
+ <div class = " vf-o-position " >
3
3
<slot v-if =" modules.length === 0" ></slot >
4
4
<div
5
5
v-else
6
6
v-for =" (value, index) in modules"
7
7
:key =" index"
8
8
:is =" value.component"
9
9
v-bind =" value.props"
10
- class =" mb-3 "
10
+ class =" vf-o-position__module "
11
11
></div >
12
12
</div >
13
13
</template >
Original file line number Diff line number Diff line change @@ -29,7 +29,8 @@ const MainConfig = {
29
29
oFooter : 'vuefront/lib/components/organisms/footer/footer.scss' ,
30
30
oHeader : 'vuefront/lib/components/organisms/header/header.scss' ,
31
31
oHeaderMobile : 'vuefront/lib/components/organisms/header-mobile/header-mobile.scss' ,
32
- oSidebar : 'vuefront/lib/components/organisms/sidebar/sidebar.scss'
32
+ oSidebar : 'vuefront/lib/components/organisms/sidebar/sidebar.scss' ,
33
+ oPosition : 'vuefront/lib/components/organisms/position/position.scss'
33
34
} ,
34
35
menu : [ ] ,
35
36
image : {
Original file line number Diff line number Diff line change
1
+ .vf-o-position {
2
+ & __module {
3
+ margin-bottom : 15px ;
4
+ }
5
+ }
Original file line number Diff line number Diff line change 1
1
<template >
2
- <div >
2
+ <div class = " vf-o-position " >
3
3
<slot v-if =" modules.length === 0" ></slot >
4
4
<div
5
5
v-else
6
6
v-for =" (value, index) in modules"
7
7
:key =" index"
8
8
:is =" value.component"
9
9
v-bind =" value.props"
10
- class =" mb-3 "
10
+ class =" vf-o-position__module "
11
11
></div >
12
12
</div >
13
13
</template >
Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ const MainConfig = {
30
30
oFooter : 'vuefront/lib/components/organisms/footer/footer.scss' ,
31
31
oHeader : 'vuefront/lib/components/organisms/header/header.scss' ,
32
32
oHeaderMobile : 'vuefront/lib/components/organisms/header-mobile/header-mobile.scss' ,
33
- oSidebar : 'vuefront/lib/components/organisms/sidebar/sidebar.scss'
33
+ oSidebar : 'vuefront/lib/components/organisms/sidebar/sidebar.scss' ,
34
+ oPosition : 'vuefront/lib/components/organisms/position/position.scss'
34
35
} ,
35
36
menu : [ ] ,
36
37
image : {
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments