Filtered on publisher page

This commit is contained in:
2025-11-08 13:56:06 +08:00
parent 209be30d45
commit 23b1cb4a63
2 changed files with 239 additions and 6 deletions

View File

@@ -14,7 +14,7 @@
class="carousel-container rounded-lg overflow-hidden"
:style="carouselStyle"
>
<v-card width="100%" class="transition-all duration-300" border>
<v-card width="100%" height="100%" class="transition-all duration-300" border>
<v-carousel
height="100%"
hide-delimiter-background
@@ -25,10 +25,12 @@
<v-carousel-item
v-for="attachment in attachments"
:key="attachment.id"
height="100%"
cover
>
<attachment-item
original
class="h-full"
:item="attachment"
/>
</v-carousel-item>