typo in tooltip demo

This commit is contained in:
Rrrandom 2016-07-06 14:00:09 +08:00 committed by GitHub
parent 15f1826889
commit fe92f4dc85

View File

@ -46,7 +46,7 @@ ReactDOM.render(
</div>
<div style={{ marginLeft: 60, clear: 'both' }}>
<Tooltip placement="bottomLeft" title={text}>
<a href="#">上右</a>
<a href="#">下左</a>
</Tooltip>
<Tooltip placement="bottom" title={text}>
<a href="#">下边</a>