mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-11 23:00:20 +08:00
b9a6b7b578
* demo: update demo * add form * clear * add Select * add * fix style * fix style * fix * revert
27 lines
357 B
Markdown
27 lines
357 B
Markdown
## zh-CN
|
|
|
|
与 `react-router@6+` 结合使用,生成和路由绑定的面包屑。
|
|
|
|
## en-US
|
|
|
|
Used together with `react-router@6+`.
|
|
|
|
```css
|
|
.demo {
|
|
margin: 16px;
|
|
}
|
|
.demo-nav {
|
|
height: 30px;
|
|
margin-bottom: 16px;
|
|
line-height: 30px;
|
|
background: #f8f8f8;
|
|
}
|
|
.demo-nav a {
|
|
padding: 0 8px;
|
|
line-height: 30px;
|
|
}
|
|
.app-list {
|
|
margin-top: 16px;
|
|
}
|
|
```
|