mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-15 08:39:07 +08:00
21 lines
273 B
Markdown
21 lines
273 B
Markdown
# 侧边导航
|
|
|
|
顶级导航在侧边栏。
|
|
|
|
---
|
|
|
|
````jsx
|
|
ReactDOM.render(
|
|
<div className="ant-common-layout">
|
|
布局示例
|
|
</div>
|
|
, document.getElementById('spec-layout-demo-aside'));
|
|
````
|
|
|
|
````css
|
|
.ant-common-layout {
|
|
background: #f9f9f9;
|
|
padding: 24px;
|
|
}
|
|
````
|