Skip to content

Commit ac9fee8

Browse files
nullptr-zff
authored andcommitted
doc(Tile): 重构工具提示文档
1 parent b0b7587 commit ac9fee8

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/core/src/Tile/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,17 @@ function Demo() {
8787
<Tile
8888
width={200}
8989
height={200}
90+
<<<<<<< HEAD
9091
imageSrc={"https://avatars.githubusercontent.com/u/33082374?s=200&v=4"}
9192
icon={{ name: 'uiw native tile',color:'#333333', size: 38 }}
9293
captionStyle={{color: '#aaa', fontSize: 18, textAlign:'center' }}
9394
caption="The uiw react native Tile component"
95+
=======
96+
imageSrc={require("https://avatars.githubusercontent.com/u/33082374?s=200&v=4")}
97+
icon={{ name: 'uiw',color:'#333333', size: 38 }}
98+
captionStyle={{color: '#666', fontSize: 16, textAlign:'center',paddingHorizontal: 20}}
99+
caption="uiw react native Tile component"
100+
>>>>>>> 8db27a31 (doc(Tile): 重构工具提示文档)
94101
/>
95102
</Fragment>
96103
);

0 commit comments

Comments
 (0)