Browse Source

Merge branch 'master' of github.com:ant-design/ant-design

pull/3804/merge
afc163 8 years ago
parent
commit
ad808953fd
  1. 4
      components/back-top/demo/basic.md
  2. 4
      components/back-top/demo/custom.md

4
components/back-top/demo/basic.md

@ -19,7 +19,9 @@ import { BackTop } from 'antd';
ReactDOM.render(
<div>
<BackTop />
Scroll down to see the bottom right <strong>gray</strong> button.
Scroll down to see the bottom-right
<strong style={{ color: 'rgba(64, 64, 64, 0.6)' }}> gray </strong>
button.
</div>,
mountNode
);

4
components/back-top/demo/custom.md

@ -22,7 +22,9 @@ ReactDOM.render(
<BackTop>
<div className="ant-back-top-inner">UP</div>
</BackTop>
Scroll down to see the bottom right <strong>blue</strong> button.
Scroll down to see the bottom-right
<strong style={{ color: '#57c5f7' }}> blue </strong>
button.
</div>,
mountNode
);

Loading…
Cancel
Save