From 286c1e2459a3a7e31856644cb91e71b57748f5e9 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Thu, 11 Sep 2025 12:59:07 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E8=B0=83=E6=95=B4=E5=90=8D?= =?UTF-8?q?=E7=89=87=E9=97=B4=E8=B7=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/app/top-nameCard.vue | 1 - src/components/userAchi/tua-achi-list.vue | 6 +++++- src/pages/WIKI/NameCard.vue | 6 +++++- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/src/components/app/top-nameCard.vue b/src/components/app/top-nameCard.vue index 17f0ec3c..35ca64ad 100644 --- a/src/components/app/top-nameCard.vue +++ b/src/components/app/top-nameCard.vue @@ -49,7 +49,6 @@ const bgImage = computed(() => { justify-content: flex-start; border: 1px solid var(--common-shadow-1); border-radius: 4px 50px 50px 4px; - margin-bottom: 8px; background-color: var(--box-bg-1); background-image: v-bind(bgImage); /* stylelint-disable-line value-keyword-case */ background-position: right; diff --git a/src/components/userAchi/tua-achi-list.vue b/src/components/userAchi/tua-achi-list.vue index 36805f9f..fc817a37 100644 --- a/src/components/userAchi/tua-achi-list.vue +++ b/src/components/userAchi/tua-achi-list.vue @@ -1,6 +1,6 @@