feat: new course modal

This commit is contained in:
Jannat Patel
2026-01-28 10:57:58 +05:30
parent 49ed082831
commit b50d584a5b
13 changed files with 1991 additions and 313 deletions

View File

@@ -34,7 +34,7 @@
<img
v-if="type == 'image'"
:src="modelValue"
class="border rounded-md w-44 h-auto"
class="border rounded-md w-44 h-auto min-h-20 object-cover"
/>
<video v-else controls class="border rounded-md w-44 h-auto">
<source :src="modelValue" />