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' }} // 设置圆角 /> );