竞赛调整

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

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

Loading…
Cancel
Save