dev_home
杨树明 5 years ago
parent fdee8e90dd
commit a40811c74d

@ -321,8 +321,8 @@ class CompetitionContents extends Component{
width: 14%;
text-align: right;
}
.col11{
width: 11%;
.col12{
width: 12%;
text-align: right;
}
.col10{
@ -355,7 +355,7 @@ class CompetitionContents extends Component{
</Col>}
{item.cost_time=== "--"?<Col className="textright" span={3} order={5} className={"col15"}>
<span className={"ranknameslast"}>{item.score<50?"< 50 分":item.score}</span>
</Col>:<Col className="textright" span={3} order={5} className={"col11"}>
</Col>:<Col className="textright" span={3} order={5} className={"col12"}>
<span className={"ranknameslast"}>{item.score<50?"< 50 分":item.score}</span>
</Col>}
</Row>

Loading…
Cancel
Save