fix: enhance CardContainer and MultiSelect components with improved props handling and filtering logic

This commit is contained in:
Johnpaul
2025-09-13 02:35:00 +01:00
parent 6844b77899
commit 578bb54437
3 changed files with 51 additions and 7 deletions

View File

@@ -141,7 +141,7 @@
v-for="template in displayTemplates"
:key="template.name"
ref="cardRefs"
:ratio="undefined"
ratio="none"
:max-width="300"
:min-width="200"
class="cursor-pointer transition-all duration-300 hover:scale-[1.02]"