Commit 08447c3b by zhanghaozhe

Merge branch 'ai-test' into dev

parents 12d63aac 9e4431f0
...@@ -297,8 +297,11 @@ class Scores extends Component { ...@@ -297,8 +297,11 @@ class Scores extends Component {
<span className={'score'}>{item.score}</span>/<span>{item.cost_time}</span> <span className={'score'}>{item.score}</span>/<span>{item.cost_time}</span>
</td> </td>
<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> </td>
</tr> </tr>
......
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
background-color: $blue-bg; background-color: $blue-bg;
} }
th{ th {
width: 33.333333%; width: 33.333333%;
} }
...@@ -261,6 +261,20 @@ ...@@ -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) { &:nth-child(even) {
background: #f6fbff; 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