thainv-dev: responsive
This commit is contained in:
@@ -8,13 +8,13 @@ const CLASS_FOR_LAYOUT = computed(() => {
|
||||
switch (props.layout) {
|
||||
case 'Full_Page':
|
||||
_classForLayout = {
|
||||
page_container: 'page_container w-full',
|
||||
page_container: 'page_container w-full px-2',
|
||||
layout_container: 'layout_container px-5',
|
||||
};
|
||||
break;
|
||||
case 'Center_Page':
|
||||
_classForLayout = {
|
||||
page_container: 'page_container w-full',
|
||||
page_container: 'page_container w-full px-2',
|
||||
layout_container: 'layout_container container mx-auto',
|
||||
};
|
||||
break;
|
||||
@@ -26,7 +26,7 @@ const CLASS_FOR_LAYOUT = computed(() => {
|
||||
break;
|
||||
default:
|
||||
_classForLayout = {
|
||||
page_container: 'page_container',
|
||||
page_container: 'page_container px-2',
|
||||
layout_container: 'layout_container',
|
||||
};
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user