From 3c261a2c2912ce1b475df6fb73862be942a69950 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 1 Apr 2025 18:52:07 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=8D=A1=E7=89=87=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E7=9A=84=E6=A0=B7=E5=BC=8F=EF=BC=8C=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E6=82=AC=E5=81=9C=E6=95=88=E6=9E=9C=EF=BC=8C=E6=8F=90=E5=8D=87?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E4=BD=93=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cards/BackdropCard.vue | 2 +- src/components/cards/DownloaderCard.vue | 61 ++--- src/components/cards/LibraryCard.vue | 2 +- src/components/cards/MediaCard.vue | 2 +- src/components/cards/PersonCard.vue | 2 +- src/components/cards/PluginAppCard.vue | 145 +++++++----- src/components/cards/PluginCard.vue | 3 + src/components/cards/PosterCard.vue | 2 +- src/components/cards/SiteCard.vue | 4 +- src/components/cards/SubscribeCard.vue | 2 +- src/components/cards/SubscribeShareCard.vue | 2 +- src/components/cards/UserCard.vue | 148 ++++++------ src/components/cards/WorkflowTaskCard.vue | 249 ++++++++++---------- src/styles/styles.scss | 2 +- 14 files changed, 331 insertions(+), 295 deletions(-) diff --git a/src/components/cards/BackdropCard.vue b/src/components/cards/BackdropCard.vue index df7244e1..5628c8b4 100644 --- a/src/components/cards/BackdropCard.vue +++ b/src/components/cards/BackdropCard.vue @@ -37,7 +37,7 @@ const getImgUrl = computed(() => { :width="props.width" class="ring-gray-500" :class="{ - 'transition transform-cpu duration-300 scale-105 shadow-lg': hover.isHovering, + 'transition transform-cpu duration-300 -translate-y-1 shadow-lg': hover.isHovering, 'ring-1': imageLoaded, }" @click="goPlay" diff --git a/src/components/cards/DownloaderCard.vue b/src/components/cards/DownloaderCard.vue index b7e9062c..d6845843 100644 --- a/src/components/cards/DownloaderCard.vue +++ b/src/components/cards/DownloaderCard.vue @@ -143,35 +143,42 @@ onUnmounted(() => {