Browse Source

update demo

pull/1307/head
afc163 9 years ago
parent
commit
3aab04d4a5
  1. 4
      components/breadcrumb/demo/router.md

4
components/breadcrumb/demo/router.md

@ -42,7 +42,7 @@ const Home = React.createClass({
paddingBottom: 15,
borderBottom: '1px dashed #ccc'
}}>
点击上面的导航切换页面,面包屑在下面:
点击上面的导航切换页面,面包屑在下面:
</div>
<Breadcrumb {...this.props} />
</div>
@ -66,7 +66,7 @@ ReactDOM.render(
````css
#components-breadcrumb-demo-router iframe {
height: 165px;
height: 180px;
}
.demo-nav {
height: 30px;

Loading…
Cancel
Save