Merge pull request 'phongdt:fix layout article' (#5) from phongdt into main

Reviewed-on: http://work.gct.com.vn/minhnt/NSG_PORTAL_V2/pulls/5
This commit was merged in pull request #5.
This commit is contained in:
phongdt
2024-06-03 15:20:56 +07:00
2 changed files with 5 additions and 4 deletions
@@ -18,15 +18,15 @@
&.full-size-page {
width: 100%;
}
.full-size-layout {
/* .full-size-layout {
padding-left: 20px;
padding-right: 20px;
}
} */
}
.layout_container {
padding-top: 40px;
padding-bottom: 40px;
/* padding-top: 40px;
padding-bottom: 40px; */
&.center-layout {
max-width: 1300px;
@@ -7,6 +7,7 @@ const _props = defineProps<{
const definedDynamicPage: Record<string, any> = {
'Home' : HomeBasic,
'Article': HomeBasic
}
const getCurrentTemplate = computed(() => {