更新 TorrentRowListView.vue

This commit is contained in:
jxxghp
2025-03-31 12:07:10 +08:00
committed by GitHub
parent 2cd8303191
commit 7d1ff9876f

View File

@@ -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"