## 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; } ```