From e7e068cea3d38c73b66cc20f3b2e19ef044aa15e Mon Sep 17 00:00:00 2001 From: camera-2018 <2907618001@qq.com> Date: Tue, 25 Apr 2023 16:22:48 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=A2=9E=E5=BC=BA=E6=B8=B2=E6=9F=93?= =?UTF-8?q?=E5=8A=A8=E7=94=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/RenderJupyterNotebook.vue | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/components/RenderJupyterNotebook.vue b/components/RenderJupyterNotebook.vue index 5ee7d36..9f578e3 100644 --- a/components/RenderJupyterNotebook.vue +++ b/components/RenderJupyterNotebook.vue @@ -1,7 +1,7 @@ @@ -44,5 +44,16 @@ onMounted(async () => { #loading { font-size: 1.5rem; text-align: center; + margin: 1rem auto; + display: flex; + flex-direction: column; + align-items: center; + gap: 2rem; + animation: rainbow 10s cubic-bezier(0.1, 0.7, 1.0, 0.1) infinite !important; +} + +#loadingsvg { + width: 5rem; + height: 5rem; } \ No newline at end of file