Skip to content

Commit 88b3806

Browse files
committed
style-修改轮播图实例宽带
1 parent 9876540 commit 88b3806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/examples/src/routes/Swiper/index.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const SwiperDemo = () => {
99
]
1010
return (
1111
<View>
12-
<Swiper width={200} dataSource={data} height={150} borderRadius={24} />
12+
<Swiper dataSource={data} height={150} borderRadius={24} />
1313
</View>
1414
)
1515
}

0 commit comments

Comments
 (0)