From 5618a9cc71c45a76cfdc69d99700bb648d2f7a23 Mon Sep 17 00:00:00 2001 From: jxxghp Date: Wed, 5 Jul 2023 11:56:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20DownloadingListView.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/reorganize/DownloadingListView.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/views/reorganize/DownloadingListView.vue b/src/views/reorganize/DownloadingListView.vue index 50666c75..84f6d244 100644 --- a/src/views/reorganize/DownloadingListView.vue +++ b/src/views/reorganize/DownloadingListView.vue @@ -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%); +}