From 365b87db92c64e41747f23c3d4c6fe844b89890e Mon Sep 17 00:00:00 2001 From: wang_yp <357754663@qq.com> Date: Wed, 16 Apr 2025 11:07:10 +0800 Subject: [PATCH] fix(check) --- src/pages/dashbord/index.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/pages/dashbord/index.tsx b/src/pages/dashbord/index.tsx index 7c67bf3..e604a92 100644 --- a/src/pages/dashbord/index.tsx +++ b/src/pages/dashbord/index.tsx @@ -11,7 +11,9 @@ const Dashbord = (props: Store) => { direction="vertical" size="middle" style={{ display: "flex" }} - > + > + + ); };