diff --git a/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentsChart.js b/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentsChart.js index 0e866cda4..3a3d305b3 100644 --- a/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentsChart.js +++ b/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentsChart.js @@ -324,6 +324,9 @@ class CompetitionContents extends Component{ .col10{ width: 10%; } + .col6{ + width: 6%; + } ` } @@ -341,9 +344,11 @@ class CompetitionContents extends Component{ {/*{item.team_name}*/} - + {item.cost_time=== "--"? {this.props&&this.props.mode===1?item.cost_time:""} - + : + {this.props&&this.props.mode===1?item.cost_time:""} + } {item.score<50?"< 50 分":item.score}