thainv-dev: fix
This commit is contained in:
@@ -14,14 +14,14 @@ const CLASS_FOR_LAYOUT = computed(() => {
|
||||
break;
|
||||
case 'Center_Page':
|
||||
_classForLayout = {
|
||||
page_container: 'page_container w-full px-2',
|
||||
page_container: 'page_container w-full px-2 container ',
|
||||
layout_container: 'layout_container container-xxl mx-auto',
|
||||
};
|
||||
break;
|
||||
case 'Background_Page':
|
||||
_classForLayout = {
|
||||
page_container: 'page_container w-full background-container',
|
||||
layout_container: 'layout_container container-xxl mx-auto',
|
||||
page_container: 'page_container w-full background-container ',
|
||||
layout_container: 'layout_container mx-auto',
|
||||
};
|
||||
break;
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user