fix: (04) layout ProductCardComponent

This commit is contained in:
Net 2024-07-25 13:17:40 +07:00
parent 8ca8d4982c
commit 87d89bb77b

View file

@ -2204,7 +2204,7 @@ watch(
</template>
<template v-slot:item="props">
<div class="col-md-6 col-12">
<div class="col-12 col-md-6 col-lg-4">
<ProductCardComponent
:isType="productMode === 'type'"
:count-product="props.row._count.product"