mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-15 00:29:12 +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>
300 B
300 B
zh-CN
可以在页签两边添加附加操作。
en-US
You can add extra actions to the right or left or even both side of Tabs.
.tabs-extra-demo-button {
margin-inline-end: 16px;
}
.ant-row-rtl .tabs-extra-demo-button {
margin-inline-end: 0;
margin-inline-start: 16px;
}