From 7d1ff9876fc4dc49b310c97ada0ee7acdc0fce7f Mon Sep 17 00:00:00 2001 From: jxxghp Date: Mon, 31 Mar 2025 12:07:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20TorrentRowListView.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/torrent/TorrentRowListView.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/torrent/TorrentRowListView.vue b/src/views/torrent/TorrentRowListView.vue index 059c8b25..1be8fe5f 100644 --- a/src/views/torrent/TorrentRowListView.vue +++ b/src/views/torrent/TorrentRowListView.vue @@ -482,7 +482,7 @@ function toggleFilterMenu(key: string) { :items="Object.entries(sortTitles).map(([key, title]) => ({ title, value: key }))" item-title="title" item-value="value" - variant="outlined" + variant="plain" density="compact" hide-details class="mobile-sort-select"