【发布时间】:2017-08-07 16:12:52
【问题描述】:
我有以下组件代码
<div>
<icon
HeaderText={<p className="text-center">{translations.show}</p>}
FooterText={<p>{translations.hide}</p>}
color={this.concept}
className="u-pv--sm"
>
{getList}
</icon>
</div>
当我应用现有的文本中心类时,它只会将文本移动到中心而不是图标。有没有什么办法可以在不更改文本中心类并且可能不使用内联样式的情况下在中心移动?
谢谢
【问题讨论】:
-
请为此提供实际的 HTML 和 CSS。可以帮助别人。 ;)