From 9dba531bb2eff70c3c710b4bbb9ed75b3d2bf31d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9B=AE=E6=A3=83?= Date: Sat, 8 Mar 2025 16:44:49 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E8=B0=83=E6=95=B4=E6=B7=B1?= =?UTF-8?q?=E8=89=B2=E6=A8=A1=E5=BC=8F=E4=B8=8B=E5=B8=96=E5=AD=90=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/app/t-postcard.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/app/t-postcard.vue b/src/components/app/t-postcard.vue index 75689bf5..e75640fc 100644 --- a/src/components/app/t-postcard.vue +++ b/src/components/app/t-postcard.vue @@ -241,6 +241,10 @@ async function toForum(forum: RenderForum): Promise { row-gap: 8px; } +.dark .tpc-card { + box-shadow: unset; +} + .tpc-top { display: flex; width: 100%;