更新 TorrentCardListView.vue

This commit is contained in:
jxxghp
2025-08-03 11:55:53 +08:00
committed by GitHub
parent 449490e52d
commit 899dc765bc

View File

@@ -693,7 +693,7 @@ const handleSortIconClick = () => {
</DialogWrapper>
<!-- 筛选弹窗 -->
<DialogWrapper v-model="filterMenuOpen" max-width="25rem" location="center" max-height="85vh">
<DialogWrapper v-model="filterMenuOpen" max-width="25rem" location="center" max-height="85vh" scrollable>
<VCard>
<VCardTitle class="py-3 d-flex align-center">
<VIcon :icon="getFilterIcon(currentFilter)" class="me-2"></VIcon>