更新 TorrentCardListView.vue

This commit is contained in:
jxxghp
2025-03-31 12:06:37 +08:00
committed by GitHub
parent 21dbaf6db5
commit 2cd8303191

View File

@@ -508,7 +508,7 @@ function loadMore({ done }: { done: any }) {
: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"