mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-05 23:56:42 +08:00
更新 TorrentCardListView.vue
This commit is contained in:
@@ -508,7 +508,7 @@ function loadMore({ done }: { done: any }) {
|
|||||||
:items="Object.entries(sortTitles).map(([key, title]) => ({ title, value: key }))"
|
:items="Object.entries(sortTitles).map(([key, title]) => ({ title, value: key }))"
|
||||||
item-title="title"
|
item-title="title"
|
||||||
item-value="value"
|
item-value="value"
|
||||||
variant="outlined"
|
variant="plain"
|
||||||
density="compact"
|
density="compact"
|
||||||
hide-details
|
hide-details
|
||||||
class="mobile-sort-select"
|
class="mobile-sort-select"
|
||||||
|
|||||||
Reference in New Issue
Block a user