From 33ffd9d7ddaa93d5170c0b45e6848f0369a6f6fd Mon Sep 17 00:00:00 2001 From: archer <545436317@qq.com> Date: Thu, 15 Jun 2023 22:36:09 +0800 Subject: [PATCH] loading --- client/src/components/Loading/index.tsx | 2 +- client/src/pages/model/share/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/Loading/index.tsx b/client/src/components/Loading/index.tsx index 3e5dd757b..e9441e5fb 100644 --- a/client/src/components/Loading/index.tsx +++ b/client/src/components/Loading/index.tsx @@ -14,7 +14,7 @@ const Loading = ({ fixed = true }: { fixed?: boolean }) => { alignItems={'center'} justifyContent={'center'} > - + ); }; diff --git a/client/src/pages/model/share/index.tsx b/client/src/pages/model/share/index.tsx index 15f72de26..40c974c8b 100644 --- a/client/src/pages/model/share/index.tsx +++ b/client/src/pages/model/share/index.tsx @@ -87,7 +87,7 @@ const modelList = () => { - + ); };