mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-09 21:38:54 +08:00
6a5f53d6e6
* Update fixed.md * Update demo.test.ts.snap * update snapshot
27 lines
523 B
Markdown
27 lines
523 B
Markdown
## zh-CN
|
|
|
|
一般用于固定顶部导航,方便页面切换。
|
|
|
|
## en-US
|
|
|
|
Fixed Header is generally used to fix the top navigation to facilitate page switching.
|
|
|
|
```css
|
|
#components-layout-demo-fixed .logo {
|
|
float: left;
|
|
width: 120px;
|
|
height: 31px;
|
|
margin: 16px 24px 16px 0;
|
|
background: rgba(255, 255, 255, 0.2);
|
|
}
|
|
#components-layout-demo-fixed .site-layout .site-layout-background {
|
|
background: #fff;
|
|
}
|
|
```
|
|
|
|
<style>
|
|
[data-theme="dark"] .site-layout .site-layout-background {
|
|
background: #141414;
|
|
}
|
|
</style>
|