ant-design/components/tabs/demo/custom-tab-bar.md

21 lines
250 B
Markdown
Raw Normal View History

## zh-CN
使用 react-sticky 组件实现吸顶效果。
## en-US
Use react-sticky.
2019-12-24 20:58:42 +08:00
```css
.site-custom-tab-bar {
z-index: 1;
background: #fff;
}
```
<style>
[data-theme="dark"] .site-custom-tab-bar {
background: #141414;
}
</style>