From 122acc7ad3cbfb3df2f3ddf7f80dca5600135b2a Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 2 Apr 2025 09:28:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E7=94=A8=E6=88=B7=E5=8D=A1?= =?UTF-8?q?=E7=89=87=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/cards/UserCard.vue | 2 -- src/layouts/components/Footer.vue | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/cards/UserCard.vue b/src/components/cards/UserCard.vue index fa3716fd..000e28cb 100644 --- a/src/components/cards/UserCard.vue +++ b/src/components/cards/UserCard.vue @@ -299,9 +299,7 @@ onUnmounted(() => { .user-card { position: relative; overflow: hidden; - border-radius: 16px; transition: all 0.3s ease; - box-shadow: 0 4px 15px rgba(var(--v-theme-on-surface), 0.08); background: rgb(var(--v-theme-surface)); } diff --git a/src/layouts/components/Footer.vue b/src/layouts/components/Footer.vue index 67a17844..07a9061f 100644 --- a/src/layouts/components/Footer.vue +++ b/src/layouts/components/Footer.vue @@ -29,7 +29,7 @@ const currentPath = computed(() => route.path)