minhnt-dev: api service

This commit is contained in:
MoreStrive
2024-05-31 12:49:28 +07:00
parent 86bebfd66e
commit 94abf5ce61
9 changed files with 66 additions and 87 deletions
@@ -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: