phongdt:fix layout article #5

Merged
Ghost merged 1 commits from phongdt into main 2024-06-03 08:20:59 +00:00
2 changed files with 5 additions and 4 deletions
@@ -18,15 +18,15 @@
&.full-size-page { &.full-size-page {
width: 100%; width: 100%;
} }
.full-size-layout { /* .full-size-layout {
padding-left: 20px; padding-left: 20px;
padding-right: 20px; padding-right: 20px;
} } */
} }
.layout_container { .layout_container {
padding-top: 40px; /* padding-top: 40px;
padding-bottom: 40px; padding-bottom: 40px; */
&.center-layout { &.center-layout {
max-width: 1300px; max-width: 1300px;
@@ -7,6 +7,7 @@ const _props = defineProps<{
const definedDynamicPage: Record<string, any> = { const definedDynamicPage: Record<string, any> = {
'Home' : HomeBasic, 'Home' : HomeBasic,
'Article': HomeBasic
} }
const getCurrentTemplate = computed(() => { const getCurrentTemplate = computed(() => {