|
|
|
@ -316,9 +316,23 @@ class CompetitionContents extends Component{
|
|
|
|
|
<style>
|
|
|
|
|
{
|
|
|
|
|
`
|
|
|
|
|
.ant-table-tbody > tr > td:nth-last-child(3) a{
|
|
|
|
|
width: 300px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
.ant-table-tbody > tr > td:nth-last-child(4){
|
|
|
|
|
line-height: 63px;
|
|
|
|
|
width: 300px;
|
|
|
|
|
height: 63px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
.ant-table-tbody > tr > td:nth-last-child(3){
|
|
|
|
|
line-height: 63px;
|
|
|
|
|
width: 300px;
|
|
|
|
|
height: 63px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
`
|
|
|
|
|
}
|
|
|
|
|