竞赛调整

dev_auth
杨树明 5 years ago
parent c2988aa169
commit 767a60a882

@ -380,3 +380,11 @@
font-size:16px; font-size:16px;
color:rgba(12,158,254,1); color:rgba(12,158,254,1);
} }
.textleft{
text-align: left;
}
.textright{
text-align: right;
}

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

Loading…
Cancel
Save