ant-design/components/tabs/demo/extra.md

19 lines
300 B
Markdown
Raw Normal View History

2016-08-03 10:39:20 +08:00
## zh-CN
可以在页签两边添加附加操作。
2015-12-14 22:16:25 +08:00
2016-08-03 10:39:20 +08:00
## en-US
You can add extra actions to the right or left or even both side of Tabs.
2016-08-03 10:39:20 +08:00
2020-09-30 17:08:39 +08:00
```css
.tabs-extra-demo-button {
margin-inline-end: 16px;
2020-09-30 17:08:39 +08:00
}
.ant-row-rtl .tabs-extra-demo-button {
margin-inline-end: 0;
margin-inline-start: 16px;
2020-09-30 17:08:39 +08:00
}
```