原来标题的样子:
修改为:
实现方式:
<Modal title=<span>股价趋势/{this.state.pccode}</span> visible={this.state.isPriceModalOpen} style={{ top: 20 }} width={1320} height={400} footer={null} onCancel={()=>this.hideModal()}><CurrentStockPrice key="6666" ccode={this.state.pccode}</CurrentStockPrice></Modal>
理解:Modal的title属性可以是一个标签