【发布时间】:2019-01-27 03:20:09
【问题描述】:
我是 MUI 的新手,现在我的图标和文字没有对齐:
我想要的结果:
我的代码是:
<div style={{
display: 'inline-flex',
VerticalAlign: 'text-bottom',
BoxSizing: 'inherit',
textAlign: 'center',
AlignItems: 'center'
}}>
<LinkIcon className={classes.linkIcon} />
revolve
</div>
我尝试了网格和行,但不起作用。谁能帮帮我?
【问题讨论】:
标签: html css reactjs material-ui