|
|
|
@ -318,8 +318,8 @@ class CompetitionContents extends Component{
|
|
|
|
|
`
|
|
|
|
|
.ant-table-tbody > tr > td:nth-last-child(4){
|
|
|
|
|
line-height: 63px;
|
|
|
|
|
width: 300px;
|
|
|
|
|
height: 63px;
|
|
|
|
|
max-width: 300px;
|
|
|
|
|
height: 96px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
@ -327,8 +327,8 @@ class CompetitionContents extends Component{
|
|
|
|
|
}
|
|
|
|
|
.ant-table-tbody > tr > td:nth-last-child(3){
|
|
|
|
|
line-height: 63px;
|
|
|
|
|
width: 300px;
|
|
|
|
|
height: 63px;
|
|
|
|
|
max-width: 305px;
|
|
|
|
|
height: 96px;
|
|
|
|
|
display: inline-block;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|