更新 DownloadingListView.vue

This commit is contained in:
jxxghp
2026-06-04 22:53:06 +08:00
committed by GitHub
parent 73673820f1
commit 9ebe740c69
+2 -2
View File
@@ -105,7 +105,7 @@ useKeepAliveRefresh(fetchData, {
<style lang="scss" scoped> <style lang="scss" scoped>
// VPullToRefresh 自带 overflow: hidden,给下载卡阴影预留裁剪范围内的缓冲区。 // VPullToRefresh 自带 overflow: hidden,给下载卡阴影预留裁剪范围内的缓冲区。
.downloading-refresh-shell { .downloading-refresh-shell {
margin: -1rem; margin: -2rem;
padding: 1rem; padding: 2rem;
} }
</style> </style>