'hello'
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user