更新 DownloadingListView.vue

This commit is contained in:
jxxghp
2026-06-04 22:53:06 +08:00
committed by GitHub
parent 73673820f1
commit 9ebe740c69

View File

@@ -105,7 +105,7 @@ useKeepAliveRefresh(fetchData, {
<style lang="scss" scoped>
// VPullToRefresh 自带 overflow: hidden给下载卡阴影预留裁剪范围内的缓冲区。
.downloading-refresh-shell {
margin: -1rem;
padding: 1rem;
margin: -2rem;
padding: 2rem;
}
</style>