From 73673820f18e736f786ecb78ac4c8aee7551918a Mon Sep 17 00:00:00 2001 From: jxxghp Date: Thu, 4 Jun 2026 22:42:43 +0800 Subject: [PATCH] fix: prevent download card shadow clipping --- src/components/cards/DownloadingCard.vue | 123 +++++++++++-------- src/views/reorganize/DownloadingListView.vue | 15 ++- 2 files changed, 87 insertions(+), 51 deletions(-) diff --git a/src/components/cards/DownloadingCard.vue b/src/components/cards/DownloadingCard.vue index 32a5b41f..33b77f7e 100644 --- a/src/components/cards/DownloadingCard.vue +++ b/src/components/cards/DownloadingCard.vue @@ -71,70 +71,93 @@ async function deleteDownload() {