mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 07:28:37 +08:00
fix
This commit is contained in:
@@ -99,14 +99,13 @@ onMounted(() => {
|
|||||||
<div class="md:hidden">
|
<div class="md:hidden">
|
||||||
<VTooltip :text="arg.event.title">
|
<VTooltip :text="arg.event.title">
|
||||||
<template #activator="{ props }">
|
<template #activator="{ props }">
|
||||||
<VCard v-bind="props" class="outline-none shadow ring-gray-500">
|
<VImg
|
||||||
<VImg
|
:src="arg.event.extendedProps.posterPath"
|
||||||
:src="arg.event.extendedProps.posterPath"
|
v-bind="props"
|
||||||
aspect-ratio="2/3"
|
aspect-ratio="2/3"
|
||||||
class="object-cover rounded"
|
class="object-cover rounded shadow ring-gray-500"
|
||||||
cover
|
cover
|
||||||
></VImg>
|
></VImg>
|
||||||
</VCard>
|
|
||||||
</template>
|
</template>
|
||||||
</VTooltip>
|
</VTooltip>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user