如何让Materil UI选项卡标签离开?默认情况下其中心对齐

sha*_* ck 3 javascript reactjs material-ui

默认情况下,Material ui 选项卡标签是居中对齐的,如何使其左对齐?

居中对齐选项卡标签图像

小智 6

内联是这样的: <Tab sx={{alignItems: 'start',}} label="Application" {...a11yProps(0)} />