From 6b9990a25ee143c64683f7d6bef57966ed8e4577 Mon Sep 17 00:00:00 2001 From: hackrobot Date: Sat, 5 Oct 2024 12:20:50 +0800 Subject: [PATCH] 'hello' --- src/pages/index/index.jsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/pages/index/index.jsx b/src/pages/index/index.jsx index 70f963b..1e6ccee 100644 --- a/src/pages/index/index.jsx +++ b/src/pages/index/index.jsx @@ -87,6 +87,7 @@ const Index = () => { effect="blur" width="100%" height="100%" + style={{ borderRadius: '15px' }} // 设置圆角 /> ); @@ -107,6 +108,7 @@ const Index = () => { effect="blur" width="100%" height="100%" + style={{ borderRadius: '15px' }} // 设置圆角 /> ); @@ -251,6 +253,7 @@ const Index = () => { effect="blur" width="100%" height="100%" + style={{ borderRadius: '15px' }} // 设置圆角 /> );