chore(Card): improve spacing

This commit is contained in:
Benjamin Canac
2024-03-18 17:18:45 +01:00
parent 73880f798d
commit a7cb28a50e
3 changed files with 22 additions and 16 deletions

View File

@@ -1,13 +1,19 @@
<template>
<UCard class="w-96">
<template #header>
<Placeholder class="h-8" />
</template>
<div class="flex flex-col gap-4">
<UCard class="w-96">
<template #header>
<Placeholder class="h-8" />
</template>
<Placeholder class="h-32" />
<Placeholder class="h-32" />
<template #footer>
<Placeholder class="h-8" />
</template>
</UCard>
<template #footer>
<Placeholder class="h-8" />
</template>
</UCard>
<UCard class="w-96">
<Placeholder class="h-32" />
</UCard>
</div>
</template>