const customPanelStyle = {
'background-color': 'red',
'border': '1px solid green',
':hover'{
'background': 'blue'
}
}
class some extends React.Component{
render(){
return(
<Panel header={value} key="1" style={customPanelStyle} >
<p>{this.state.content[key]}</p>
</Panel>
)
}
}
在这种情况下如何使用o属性hover
?我的例子不起作用..我该怎么办?
答案 0 :(得分:1)
您需要Radium库
"hello".run {
this.length // String methods and properties available on this
}
有关radium
的更多信息