--- order: 5 title: 迷你型 --- 用在弹出框等较狭窄的容器内。 ````jsx import { Tabs } from 'antd'; const TabPane = Tabs.TabPane; ReactDOM.render( 选项卡一内容 选项卡二内容 选项卡三内容 , mountNode); ````