|
|
@ -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 ?
|
|
|
|