issues25489
杨树林 6 years ago
parent 47cfe6180c
commit f62be0073c

@ -90,13 +90,13 @@ class PersonalCompetititem extends React.Component {
marginTop: "29px", marginTop: "29px",
marginLeft: "37px" marginLeft: "37px"
}}> }}>
<p className="maxnamewidth160" style={{ <a className="maxnamewidth160" title={item.name} style={{
color: "#05101A", color: "#05101A",
fontSize: "16px", fontSize: "16px",
width: "160px", width: "160px",
textAlign: "center" textAlign: "center"
}}>{item.name}</p> }}>{item.name}</a>
</div> </div>
{this.props.type === 5 || this.props.type === 2 ? {this.props.type === 5 || this.props.type === 2 ?
(this.props.mode === 3 ? (this.props.mode === 3 ?

Loading…
Cancel
Save