Fix padding bug
This commit is contained in:
@@ -9,7 +9,7 @@ const { selectedVariant } = inject("productVariant") as ProductVariantProvideTyp
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<section class="w-full container py-20 flex flex-col gap-y-[1.5rem]">
|
||||
<section class="w-full container pt-20 flex flex-col gap-y-[1.5rem]">
|
||||
<div class="w-full flex">
|
||||
<span class="text-black max-lg:hidden typo-h-4 mb-4"> جزئیات محصول </span>
|
||||
</div>
|
||||
|
||||
@@ -56,12 +56,15 @@ if (productResponse.isError) {
|
||||
<ProductHero />
|
||||
<ProductVideo v-model:showChatButton="showChatButton" />
|
||||
<ProductDetails />
|
||||
<ProductsSlider
|
||||
title="محصولات مشابه"
|
||||
:products="product!.related_products"
|
||||
iconImage="/img/simulare-products-section.gif"
|
||||
/>
|
||||
<div class="py-20">
|
||||
<ProductsSlider
|
||||
title="محصولات مشابه"
|
||||
:products="product!.related_products"
|
||||
iconImage="/img/simulare-products-section.gif"
|
||||
/>
|
||||
</div>
|
||||
<ProductComments :product="product!" />
|
||||
|
||||
<ChatButton :showChatButton="showChatButton" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user