竞赛调整

dev_auth
杨树明 5 years ago
parent b4418242c3
commit 95ba7cb28c

@ -91,13 +91,13 @@ class CompetitionContents extends Component{
title: 'username',
dataIndex: 'username',
key: 'username',
render: text => <a>{text}</a>,
render: text => <a title={text}>{text}</a>,
},
{
title: 'school',
dataIndex: 'school',
key: 'school',
render: text => <a>{text}</a>,
render: text => <a title={text}>{text}</a>,
},
{
title: 'spendtime',
@ -318,7 +318,7 @@ class CompetitionContents extends Component{
`
.ant-table-tbody > tr > td:nth-last-child(4){
line-height: 63px;
max-width: 300px;
width: 300px;
height: 96px;
display: inline-block;
overflow: hidden;
@ -327,7 +327,7 @@ class CompetitionContents extends Component{
}
.ant-table-tbody > tr > td:nth-last-child(3){
line-height: 63px;
max-width: 305px;
width: 305px;
height: 96px;
display: inline-block;
overflow: hidden;

Loading…
Cancel
Save