From ae4cdb0de1aa043f93a7275fb6ac948ed6470e22 Mon Sep 17 00:00:00 2001 From: none Date: Tue, 4 Jul 2023 16:41:13 +0800 Subject: [PATCH] =?UTF-8?q?fixed:=20loading=E9=A1=B5=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/loading/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/loading/index.tsx b/src/pages/loading/index.tsx index 8589e9d..e4ddcf1 100644 --- a/src/pages/loading/index.tsx +++ b/src/pages/loading/index.tsx @@ -2,7 +2,7 @@ import { SpinLoading } from "antd-mobile"; const LoadingPage = () => { return ( -
+
);