From 2a1a2a4b5a3a293ad708834683a830fabfcd0c9e Mon Sep 17 00:00:00 2001 From: marzban-dev Date: Sun, 9 Mar 2025 01:02:16 +0330 Subject: [PATCH] Responsive ProductCard component --- .../components/global/product/ProductCard.vue | 106 ++++++++++-------- 1 file changed, 59 insertions(+), 47 deletions(-) diff --git a/frontend/components/global/product/ProductCard.vue b/frontend/components/global/product/ProductCard.vue index 84939d7..ad2e634 100644 --- a/frontend/components/global/product/ProductCard.vue +++ b/frontend/components/global/product/ProductCard.vue @@ -33,60 +33,72 @@ const { colorObject } = useImageColor(`#product-image-${id.value}`);