minhnt-dev: api service
This commit is contained in:
@@ -105,7 +105,7 @@ const CLASS_FOR_SECTION = computed(() => {
|
||||
switch (props.layout) {
|
||||
case enumPageSectionLayouts.VERTICAL_TWO:
|
||||
_classForSection = {
|
||||
section_layout: "section_layout two_col_layout",
|
||||
section_layout: "section_layout two_col_layout mb-5 mt-2",
|
||||
};
|
||||
break;
|
||||
case enumPageSectionLayouts.VERTICAL_LEFT_TWO:
|
||||
@@ -122,7 +122,7 @@ const CLASS_FOR_SECTION = computed(() => {
|
||||
break;
|
||||
case enumPageSectionLayouts.VERTICAL_THREE:
|
||||
_classForSection = {
|
||||
section_layout: "section_layout three_col_layout",
|
||||
section_layout: "section_layout three_col_layout mt-4",
|
||||
};
|
||||
break;
|
||||
case enumPageSectionLayouts.VERTICAL_FOUR:
|
||||
|
||||
Reference in New Issue
Block a user