From 1d9e1cd6c25e0ac66ca292efa130d257623a7182 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?kiner-tang=28=E6=96=87=E8=BE=89=29?= <1127031143@qq.com> Date: Sat, 16 Sep 2023 08:51:51 +0800 Subject: [PATCH] feat: optimize style --- src/pages/profile/advanced/index.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/pages/profile/advanced/index.tsx b/src/pages/profile/advanced/index.tsx index 088d80092f..8395b842f5 100644 --- a/src/pages/profile/advanced/index.tsx +++ b/src/pages/profile/advanced/index.tsx @@ -15,6 +15,7 @@ import { Dropdown, Empty, Popover, + Space, Statistic, Steps, Table, @@ -61,7 +62,7 @@ const action = ( ); } return ( - + @@ -90,7 +91,7 @@ const action = ( - + ); }}