竞赛调整

dev_auth
杨树明 5 years ago
parent d357cd7be3
commit b4418242c3

@ -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;

Loading…
Cancel
Save