popover组件文档中没有contentStyle属性,此处为何设置了这个属性不报错同时也能工作呢
来源:6-4 Pop弹窗功能实现

慕神8397155
2017-10-10
写回答
1回答
-
慕沐5252388
2017-10-30
propTypes: {
isVisible: PropTypes.bool,
onClose: PropTypes.func,
contentStyle:View.propTypes.style,
},组件js代码中设置了contentStyle属性00
相似问题