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

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

Loading…
Cancel
Save