This commit is contained in:
marzban-dev
2025-02-21 21:39:53 +03:30
parent 2817f3d461
commit 3f25e26bc9
@@ -56,12 +56,12 @@ defineProps<Props>();
</div>
<div class="w-full flex items-center flex-wrap gap-3 max-w-[400px] mt-4">
<div
class="flex items-center gap-2 text-sm rounded-full border border-slate-400 px-4 h-[40px]"
>
<span>رنگ</span>
<ColorCircle class="size-[22px]" :style="{backgroundColor:variantDetail.color}" />
</div>
<!-- <div-->
<!-- class="flex items-center gap-2 text-sm rounded-full border border-slate-400 px-4 h-[40px]"-->
<!-- >-->
<!-- <span>رنگ</span>-->
<!-- <ColorCircle class="size-[22px]" :style="{backgroundColor:variantDetail.color}" />-->
<!-- </div>-->
<div
v-for="attribute in variantDetail.product_attributes"