【发布时间】:2020-05-16 07:35:20
【问题描述】:
我用的是ant design drawer,有点冲突 我试图将抽屉标题添加到空间但不工作,有谁知道如何正确地做到这一点?
问题是
title={"My account no:" + this.props.accountId}
这里有冲突我的帐号:123456
我想用这样的文本和数字添加一些空格我的帐号:123456
谢谢
男女同校。
<Drawer
title={"My account no:" + this.props.accountId}
width={720}
onClose={this.onDrawerClose}
maskClosable={false}
visible={this.state.statusChangeDrawerVisible}
bodyStyle={{ paddingBottom: 80 }}>
</Drawer>
【问题讨论】: