mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-14 16:19:15 +08:00
e8fa5938ab
* site: use CSS logical properties * Update components/anchor/demo/targetOffset.tsx Co-authored-by: afc163 <afc163@gmail.com> Signed-off-by: lijianan <574980606@qq.com> * fix: fix * fix: fix * chore: fix * fix: add more * fix: add more --------- Signed-off-by: lijianan <574980606@qq.com> Co-authored-by: afc163 <afc163@gmail.com>
19 lines
300 B
Markdown
19 lines
300 B
Markdown
## zh-CN
|
|
|
|
可以在页签两边添加附加操作。
|
|
|
|
## en-US
|
|
|
|
You can add extra actions to the right or left or even both side of Tabs.
|
|
|
|
```css
|
|
.tabs-extra-demo-button {
|
|
margin-inline-end: 16px;
|
|
}
|
|
|
|
.ant-row-rtl .tabs-extra-demo-button {
|
|
margin-inline-end: 0;
|
|
margin-inline-start: 16px;
|
|
}
|
|
```
|