This commit is contained in:
jxxghp
2023-07-22 20:29:09 +08:00
parent 2712e81af6
commit a668059bf7
+2 -1
View File
@@ -127,7 +127,8 @@ onMounted(() => {
<VTooltip :text="arg.event.title"> <VTooltip :text="arg.event.title">
<template #activator="{ props }"> <template #activator="{ props }">
<VImg <VImg
height="80" height="60"
width="40"
:src="arg.event.extendedProps.posterPath" :src="arg.event.extendedProps.posterPath"
v-bind="props" v-bind="props"
aspect-ratio="2/3" aspect-ratio="2/3"