From c873787a8949f40fa31c113b3a50e65fef131dc1 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Tue, 1 Apr 2025 07:15:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=20VCard=20=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E7=9A=84=E9=98=B4=E5=BD=B1=E5=B1=82=E7=BA=A7=EF=BC=8C=E4=BC=98?= =?UTF-8?q?=E5=8C=96=E8=B5=84=E6=BA=90=E5=88=97=E8=A1=A8=E5=AE=B9=E5=99=A8?= =?UTF-8?q?=E7=9A=84=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/plugins/vuetify/defaults.ts | 2 +- src/views/torrent/TorrentRowListView.vue | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/plugins/vuetify/defaults.ts b/src/plugins/vuetify/defaults.ts index 389d744e..13941a7a 100644 --- a/src/plugins/vuetify/defaults.ts +++ b/src/plugins/vuetify/defaults.ts @@ -30,7 +30,7 @@ export default { color: 'primary', }, VCard: { - elevation: 3, + elevation: 2, }, VChip: { elevation: 0, diff --git a/src/views/torrent/TorrentRowListView.vue b/src/views/torrent/TorrentRowListView.vue index bbc1f7f3..be1eae3c 100644 --- a/src/views/torrent/TorrentRowListView.vue +++ b/src/views/torrent/TorrentRowListView.vue @@ -553,7 +553,7 @@ function toggleFilterMenu(key: string) { -
+
@@ -567,7 +567,7 @@ function toggleFilterMenu(key: string) {
- + @@ -583,6 +583,7 @@ function toggleFilterMenu(key: string) { z-index: 10; background-color: rgba(var(--v-theme-background), 0.95); backdrop-filter: blur(10px); + } .search-header-mobile {