更新 DownloadingListView.vue

This commit is contained in:
jxxghp
2023-07-05 11:56:27 +08:00
committed by GitHub
parent 80f0f27f5c
commit 5618a9cc71

View File

@@ -78,4 +78,11 @@ onUnmounted(() => {
grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
padding-block-end: 1rem;
}
.centered {
position: absolute;
inset-block-start: 50%;
inset-inline-start: 50%;
transform: translate(-50%, -50%);
}
</style>