From c1762c0083d1b41c84e2d4e1be1d0607fad5558a Mon Sep 17 00:00:00 2001 From: mohadese namavar Date: Sun, 7 Jul 2024 14:16:58 +0430 Subject: [PATCH] apply debug changes --- components/home/PopularCategories.vue | 3 +- components/panel/PorfileMenu.vue | 2 +- components/panel/dialog/password/Change.vue | 10 +- components/product/Card.vue | 2 +- components/product/Wrapper.vue | 6 +- components/product/comment/Summary.vue | 6 +- components/product/comment/dialog/Form.vue | 11 +- components/product/dialog/Menu.vue | 3 +- initialize/mobile.js | 4 +- initialize/product.js | 482 ++++++++++++-------- layouts/mobile.vue | 2 +- 11 files changed, 321 insertions(+), 210 deletions(-) diff --git a/components/home/PopularCategories.vue b/components/home/PopularCategories.vue index 3c7e19f..ba4157a 100644 --- a/components/home/PopularCategories.vue +++ b/components/home/PopularCategories.vue @@ -46,9 +46,10 @@ const style = (bg) => `background: linear-gradient(143.73deg, ${bg.from} 5.62%, } ul { - @apply rtl grid grid-rows-2 grid-flow-col gap-[1.9rem] w-max mx-auto lg:gap-0 lg:gap-y-8; + @apply rtl grid grid-rows-2 grid-flow-col justify-items-center gap-[1.9rem] w-max mx-auto lg:gap-0 lg:gap-y-8; li { + @apply justify-self-center; a { @apply m-auto flex flex-col items-center; @apply w-[4.6rem] h-[6rem] justify-between; diff --git a/components/panel/PorfileMenu.vue b/components/panel/PorfileMenu.vue index 033d503..76c5eae 100644 --- a/components/panel/PorfileMenu.vue +++ b/components/panel/PorfileMenu.vue @@ -2,7 +2,7 @@