This commit is contained in:
marzban-dev
2025-01-28 00:24:19 +03:30
parent 96be1a9307
commit bbf00fed42
+3 -3
View File
@@ -23,10 +23,10 @@ const { colorObject } = useImageColor(`#category-image-${id.value}`);
</script>
<template>
<div class="relative rounded-150 overflow-hidden w-full h-[500px]">
<div class="relative rounded-150 overflow-hidden w-full h-[500px] bg-white">
<img
:id="`category-image-${id}`"
class="absolute object-cover size-full"
class="absolute object-contain size-full"
:src="picture"
alt=""
/>
@@ -49,7 +49,7 @@ const { colorObject } = useImageColor(`#category-image-${id.value}`);
<div class="typo-s-h-md">
{{ category }}
<span class="typo-p-xs -translate-y-1 inline-block mr-1">
24
{{ count }}
</span>
</div>
<span class="typo-p-md">محصولات ما را مشاهده کنید</span>