From 7401aaf685b96e4edcb4962022af343c26e9a859 Mon Sep 17 00:00:00 2001 From: iMaeGoo Date: Thu, 31 Aug 2023 09:14:24 +0800 Subject: [PATCH] doc: fix loading spinner style --- docs/.vitepress/theme/Layout.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/.vitepress/theme/Layout.vue b/docs/.vitepress/theme/Layout.vue index 24009c52d..6907e10f4 100644 --- a/docs/.vitepress/theme/Layout.vue +++ b/docs/.vitepress/theme/Layout.vue @@ -41,4 +41,9 @@ const { Layout } = DefaultTheme margin: 0 auto; max-width: 1152px; } + +.twikoo .el-loading-spinner .circular { + margin-left: auto; + margin-right: auto; +}