|
|
|
@ -317,22 +317,22 @@ class CompetitionContents extends Component{
|
|
|
|
|
{
|
|
|
|
|
`
|
|
|
|
|
.ant-table-tbody > tr > td:nth-last-child(4){
|
|
|
|
|
line-height: 63px;
|
|
|
|
|
width: 300px;
|
|
|
|
|
height: 96px;
|
|
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
line-height: 63px;
|
|
|
|
|
width: 300px;
|
|
|
|
|
height: 96px;
|
|
|
|
|
display: inline-flex;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
.ant-table-tbody > tr > td:nth-last-child(3){
|
|
|
|
|
line-height: 63px;
|
|
|
|
|
width: 300px;
|
|
|
|
|
height: 96px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
line-height: 63px;
|
|
|
|
|
width: 313px;
|
|
|
|
|
height: 96px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
.ant-table-tbody>tr>td, .ant-table-thead>tr>th {
|
|
|
|
|
padding: 15px;
|
|
|
|
|