fix: (04) layout ProductCardComponent
This commit is contained in:
parent
8ca8d4982c
commit
87d89bb77b
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue