gistfile1.txt render(){ const styleComponentHeader = { header:{ background:"#333333", color:"#FFFFFF", "padding-top":(this.state.miniHeader)?"3px":"15px", paddingBottom:(this.state.miniHeader)?"3px":"15px" }, //还可以定义系其他样式
render(){
const styleComponentHeader = {
header:{
background:"#333333",
color:"#FFFFFF",
"padding-top":(this.state.miniHeader)?"3px":"15px",
paddingBottom:(this.state.miniHeader)?"3px":"15px"
},
//还可以定义系其他样式
}
return(
)
}
