ant-design/components/layout/demo/top-side.md
MadCcc fbab5df655
docs: update Layout demo (#39255)
* docs: update Layout demo

* chore: code clean

* chore: update snapshot
2022-12-05 14:06:42 +08:00

23 lines
440 B
Markdown

## zh-CN
拥有顶部导航及侧边栏的页面,多用于展示类网站。
## en-US
Both the top navigation and the sidebar, commonly used in documentation site.
```css
#components-layout-demo-top-side .logo {
float: left;
width: 120px;
height: 31px;
margin: 16px 24px 16px 0;
background: rgba(255, 255, 255, 0.3);
}
.ant-row-rtl #components-layout-demo-top-side .logo {
float: right;
margin: 16px 0 16px 24px;
}
```