我是 MUI 的新手,现在我的图标和文字没有对齐:
我想要的结果:
我的代码是:
<div style={{
display: 'inline-flex',
VerticalAlign: 'text-bottom',
BoxSizing: 'inherit',
textAlign: 'center',
AlignItems: 'center'
}}>
<LinkIcon className={classes.linkIcon} />
revolve
</div>
我试过网格和行,但没有用。谁能帮我?