From 94abf5ce619c6eecb457f9728cd1316d5cf0bbb0 Mon Sep 17 00:00:00 2001 From: MoreStrive Date: Fri, 31 May 2024 12:49:28 +0700 Subject: [PATCH] minhnt-dev: api service --- app.vue | 4 +- assets/styles/style.scss | 15 +-- .../templates/articles/individuals/Card.vue | 4 +- .../page-component/templates/index.vue | 3 +- .../pageCategories/collection_page.vue | 94 +++++++------------ .../page-section/layouts/Default.vue | 4 +- .../dynamic-page/page/layouts/Default.vue | 4 +- pages/[categories]/index.vue | 20 ++-- pages/index.vue | 5 +- 9 files changed, 66 insertions(+), 87 deletions(-) diff --git a/app.vue b/app.vue index 2fab925..4c050cb 100644 --- a/app.vue +++ b/app.vue @@ -44,6 +44,8 @@ useHead({ --> - + + + \ No newline at end of file diff --git a/assets/styles/style.scss b/assets/styles/style.scss index 295ca83..468c8a7 100644 --- a/assets/styles/style.scss +++ b/assets/styles/style.scss @@ -2,20 +2,7 @@ > .section-container { > .layout_define { > .section_layout { - @apply gap-x-14 - - > div { - background: red; - - > div { - article { - background: red; - h3 { - @apply text-xl #{!important} - } - } - } - } + @apply gap-x-10 #{!important} } } } diff --git a/components/dynamic-page/page-component/templates/articles/individuals/Card.vue b/components/dynamic-page/page-component/templates/articles/individuals/Card.vue index 44617b6..3750238 100644 --- a/components/dynamic-page/page-component/templates/articles/individuals/Card.vue +++ b/components/dynamic-page/page-component/templates/articles/individuals/Card.vue @@ -49,13 +49,13 @@ const drop = (e: any) => {