From 98548b0df6a29a3b3b03f904412037a3db847995 Mon Sep 17 00:00:00 2001 From: provira Date: Mon, 28 Apr 2025 09:21:03 +0200 Subject: [PATCH] feat: refs #8863 add style to price tag --- src/components/ui/CatalogItem.vue | 51 +++++++++++++++++++------------ 1 file changed, 31 insertions(+), 20 deletions(-) diff --git a/src/components/ui/CatalogItem.vue b/src/components/ui/CatalogItem.vue index 0ae890e37..4a212748f 100644 --- a/src/components/ui/CatalogItem.vue +++ b/src/components/ui/CatalogItem.vue @@ -60,8 +60,9 @@ const card = toRef(props, 'item');