docs: BackTop - demos - english translation (#3081)

* BackTop - basic demo - english translation

* BackTop - custom demo - english translation

* BackTop - basic demo - english translation - fix

* BackTop - custom demo - english translation - fix
pull/3114/head
Marius Ileana 8 years ago committed by Benjy Cui
parent a4be70334d
commit 4139dc3c8a

@ -19,7 +19,7 @@ import { BackTop } from 'antd';
ReactDOM.render(
<div>
<BackTop />
向下滚动后,见右下角灰色按钮
Scroll down to see the bottom right blue button.
</div>
, mountNode);
````

@ -33,7 +33,7 @@ ReactDOM.render(
<BackTop style={{ bottom: 100 }}>
<div style={style}>UP</div>
</BackTop>
向下滚动后,见右下角蓝色按钮
Scroll down to see the bottom right blue button.
</div>
, mountNode);
````

Loading…
Cancel
Save