From 88f261584f80e9ff426694a27df906b4fd0373b6 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 2 Apr 2025 10:44:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=8D=A1=E7=89=87=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=EF=BC=8C=E7=A7=BB=E9=99=A4=E5=A4=9A=E4=BD=99=E7=9A=84?= =?UTF-8?q?=E5=9C=86=E8=A7=92=E8=AE=BE=E7=BD=AE=EF=BC=8C=E6=8F=90=E5=8D=87?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E4=B8=80=E8=87=B4=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cards/MediaCard.vue | 2 +- src/components/cards/PersonCard.vue | 1 - src/components/cards/PosterCard.vue | 2 +- src/components/cards/SubscribeCard.vue | 2 +- src/components/cards/SubscribeShareCard.vue | 2 +- src/layouts/components/Footer.vue | 2 +- src/layouts/components/UserProfile.vue | 36 +++++---- src/pages/login.vue | 4 +- src/plugins/vuetify/defaults.ts | 8 +- src/views/torrent/TorrentCardListView.vue | 84 ++++++++++----------- src/views/torrent/TorrentRowListView.vue | 81 ++++++++++---------- 11 files changed, 113 insertions(+), 111 deletions(-) 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) - +