diff --git a/src/components/cards/MediaCard.vue b/src/components/cards/MediaCard.vue index 76da3dc0..335fb4f9 100644 --- a/src/components/cards/MediaCard.vue +++ b/src/components/cards/MediaCard.vue @@ -530,7 +530,7 @@ function onRemoveSubscribe() { v-bind="hover.props" :height="props.height" :width="props.width" - class="outline-none shadow ring-gray-500 rounded-lg" + class="outline-none shadow ring-gray-500" :class="{ 'transition transform-cpu duration-300 -translate-y-1 shadow-lg': hover.isHovering, 'ring-1': isImageLoaded, diff --git a/src/components/cards/PersonCard.vue b/src/components/cards/PersonCard.vue index f4834de6..71d41c1e 100644 --- a/src/components/cards/PersonCard.vue +++ b/src/components/cards/PersonCard.vue @@ -77,7 +77,6 @@ function goPersonDetail() { v-bind="hover.props" :height="personProps.height" :width="personProps.width" - class="rounded-lg" :class="{ 'transition transform-cpu duration-300 -translate-y-1': hover.isHovering, }" diff --git a/src/components/cards/PosterCard.vue b/src/components/cards/PosterCard.vue index 7057257a..dafc9ec3 100644 --- a/src/components/cards/PosterCard.vue +++ b/src/components/cards/PosterCard.vue @@ -43,7 +43,7 @@ function goPlay(isHovering: boolean | null = false) { v-bind="hover.props" :height="props.height" :width="props.width" - class="outline-none shadow ring-gray-500 rounded-lg" + class="outline-none shadow ring-gray-500" :class="{ 'transition transform-cpu duration-300 -translate-y-1 shadow-lg': hover.isHovering, 'ring-1': isImageLoaded, diff --git a/src/components/cards/SubscribeCard.vue b/src/components/cards/SubscribeCard.vue index c49d69fd..6b4ccefe 100644 --- a/src/components/cards/SubscribeCard.vue +++ b/src/components/cards/SubscribeCard.vue @@ -295,7 +295,7 @@ function onSubscribeEditRemove() { route.path) :color="moreActiveState ? 'primary' : ''" /> - + 更多 userStore.level) - +