Commit e51fe4a6 by zhanghaozhe

Merge branch 'ai-test'

parents 2f94084a 9e4431f0
......@@ -297,8 +297,11 @@ class Scores extends Component {
<span className={'score'}>{item.score}</span>/<span>{item.cost_time}</span>
</td>
<td>
<div> 奖品奖品奖品奖品奖品
奖品奖品奖品奖品奖品</div>
{
item.prize_url ? <a href={`${item.prize_url}#goback`}>{item.prize}</a> : item.prize
// item.prize_url ? <a href={`${item.prize_url}#goback`}>{item.prize}</a> : item.prize
}
</td>
</tr>
......
......@@ -50,7 +50,7 @@
background-color: $blue-bg;
}
th{
th {
width: 33.333333%;
}
......@@ -261,6 +261,20 @@
}
}
td:nth-of-type(3){
width: 20%;
}
td:nth-of-type(4) {
div {
width: 118px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
}
&:nth-child(even) {
background: #f6fbff;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment