fix: 02, 03 card per row & ellipsis

This commit is contained in:
puriphatt 2024-07-19 07:39:23 +00:00
parent 60e47dff2d
commit 4695b7c8a0
2 changed files with 8 additions and 8 deletions

View file

@ -1224,7 +1224,7 @@ watch(
</template>
<template v-slot:item="props">
<div class="col-md-3 col-12">
<div class="col-md-3 col-sm-6 col-12">
<PersonCard
:data="{
code: props.row.code,