This commit is contained in:
hackrobot
2024-10-05 12:20:50 +08:00
parent 750b2b58ef
commit 6b9990a25e

View File

@@ -87,6 +87,7 @@ const Index = () => {
effect="blur"
width="100%"
height="100%"
style={{ borderRadius: '15px' }} // 设置圆角
/>
</View>
);
@@ -107,6 +108,7 @@ const Index = () => {
effect="blur"
width="100%"
height="100%"
style={{ borderRadius: '15px' }} // 设置圆角
/>
</View>
);
@@ -251,6 +253,7 @@ const Index = () => {
effect="blur"
width="100%"
height="100%"
style={{ borderRadius: '15px' }} // 设置圆角
/>
</View>
);