Merge pull request 'phongdt:fix layout article' (#5) from phongdt into main
Reviewed-on: #5
This commit was merged in pull request #5.
This commit is contained in:
@@ -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(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user