【发布时间】:2017-06-13 02:25:52
【问题描述】:
通过添加样式属性,我只能更改 Card 组件的主体部分的颜色。我怎样才能更改标题部分?
<Card title='Card title' bordered loading={this.onLoading()}
style={{ backgroundColor: '#aaaaaa' }}>
<Row type='flex' justify='center'>
<h1>Card content</h1>
</Row>
</Card>
【问题讨论】: