# 附加内容 - order: 4 可以在页签右边添加附加操作。 --- ````jsx import { Tabs, Button } from 'antd'; const TabPane = Tabs.TabPane; const operations = ; ReactDOM.render( 选项卡一内容 选项卡二内容 选项卡三内容 , mountNode); ````