|
|
|
@ -250,9 +250,9 @@ class CompetitionContents extends Component{
|
|
|
|
|
<style>
|
|
|
|
|
{
|
|
|
|
|
`
|
|
|
|
|
.ant-col-4 {
|
|
|
|
|
width: 19%;
|
|
|
|
|
}
|
|
|
|
|
.ant-col-9 {
|
|
|
|
|
width: 38.5%;
|
|
|
|
|
}
|
|
|
|
|
`
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -264,16 +264,16 @@ class CompetitionContents extends Component{
|
|
|
|
|
<Col span={4} order={1}>
|
|
|
|
|
<span className={"ranknames"}>您当前排名:{item.rank}</span>
|
|
|
|
|
</Col>
|
|
|
|
|
<Col span={4} order={2}>
|
|
|
|
|
<Col className="textleft" span={3} order={2}>
|
|
|
|
|
{item.user_name}
|
|
|
|
|
</Col>
|
|
|
|
|
<Col span={4} order={3}>
|
|
|
|
|
<Col className="textleft" span={9} order={3}>
|
|
|
|
|
{item.team_name}
|
|
|
|
|
</Col>
|
|
|
|
|
<Col span={4} order={4}>
|
|
|
|
|
<Col span={3} order={4}>
|
|
|
|
|
{item.cost_time}
|
|
|
|
|
</Col>
|
|
|
|
|
<Col span={4} order={5}>
|
|
|
|
|
<Col className="textright" span={3} order={5}>
|
|
|
|
|
<span className={"ranknameslast"}>{item.score}</span>
|
|
|
|
|
</Col>
|
|
|
|
|
</Row>
|
|
|
|
|