- 博客(1)
- 收藏
- 关注
原创 坑:antd的button设置style={{float:“right“}}之后点击事件不起作用
想要实现效果,点击Button出现模态框。代码: <Button style={{float:"right",marginBottom:10}} type="primary" onClick={this.showModal}>申请假期计划</Button>结果点击没反应,也没进入showModal()方法中。但是去除float:right正常。解决方案: <Button style={{float:"right",marginBottom:10,zIndex:9
2020-07-02 15:34:39
3576
4
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人