Merge branch 'main' of http://work.gct.com.vn/minhnt/NSG_PORTAL_V2
This commit is contained in:
@@ -40,7 +40,7 @@ img {
|
|||||||
}
|
}
|
||||||
|
|
||||||
div[layout="TYPE:Detail-LAYOUT:image"] {
|
div[layout="TYPE:Detail-LAYOUT:image"] {
|
||||||
& p,& figure.align-center-image, & #sub, & #title, & #intro, & #breakcrumb, & #navigation__bottom {
|
& p,& figure.align-center-image, & #sub, & #title, & #intro, & #breadcrumb, & #navigation__bottom {
|
||||||
@apply lg:max-w-640px mx-auto;
|
@apply lg:max-w-640px mx-auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -26,6 +26,7 @@ const GET_PROPS = computed(() => {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
|
|||||||
@@ -43,6 +43,7 @@ const findDataPosition = computed(() => {
|
|||||||
v-if="findDataPosition && findDataPosition?.id"
|
v-if="findDataPosition && findDataPosition?.id"
|
||||||
:settings="findDataPosition.settings"
|
:settings="findDataPosition.settings"
|
||||||
:component="findDataPosition"
|
:component="findDataPosition"
|
||||||
|
:content="findDataPosition.content"
|
||||||
/>
|
/>
|
||||||
</template>
|
</template>
|
||||||
<template v-else-if="props.type === defineTypeRecusive.SECTION">
|
<template v-else-if="props.type === defineTypeRecusive.SECTION">
|
||||||
|
|||||||
Reference in New Issue
Block a user