diff --git a/public/images/educoder/competitions/trophy.png b/public/images/educoder/competitions/trophy.png index e07fb3d94..7b129cfae 100644 Binary files a/public/images/educoder/competitions/trophy.png and b/public/images/educoder/competitions/trophy.png differ diff --git a/public/react/src/modules/competitions/Competitioncommon/CompetitionCommon.css b/public/react/src/modules/competitions/Competitioncommon/CompetitionCommon.css index fb23f3b22..23dfe3895 100644 --- a/public/react/src/modules/competitions/Competitioncommon/CompetitionCommon.css +++ b/public/react/src/modules/competitions/Competitioncommon/CompetitionCommon.css @@ -344,8 +344,17 @@ } .CompetitionContents{ - background: #fff; + background: #fff !important; padding: 40px; box-shadow: 3px 2px 12px 2px rgba(0,0,0,0.05); border: 1px solid rgba(239,239,239,1); +} + +.rankbeicenter{ + text-align: center; +} +.rankbei{ + font-size: 16px; + color: rgba(119,119,119,1); + } \ No newline at end of file diff --git a/public/react/src/modules/competitions/Competitioncommon/CompetitionCommon.js b/public/react/src/modules/competitions/Competitioncommon/CompetitionCommon.js index 61f99d921..119a84a1a 100644 --- a/public/react/src/modules/competitions/Competitioncommon/CompetitionCommon.js +++ b/public/react/src/modules/competitions/Competitioncommon/CompetitionCommon.js @@ -325,7 +325,7 @@ class CompetitionCommon extends Component{ - + {this.state.module_type==="chart"?Competitionedittype===false?this.props.Competitionedit()}> 编辑 :"":""} -
+
diff --git a/public/react/src/modules/competitions/Competitioncommon/CompetitionContentsChart.js b/public/react/src/modules/competitions/Competitioncommon/CompetitionContentsChart.js index 05479c1b3..17baca3d6 100644 --- a/public/react/src/modules/competitions/Competitioncommon/CompetitionContentsChart.js +++ b/public/react/src/modules/competitions/Competitioncommon/CompetitionContentsChart.js @@ -98,11 +98,11 @@ class CompetitionContents extends Component{ {chart_rules.rule_contents.map((items,keys)=>{ if(item.id===items.competition_stage_id){ return( - + ) }else if(item.id===null&&items.competition_stage_id===0){ return( - + ) } })} @@ -113,10 +113,10 @@ class CompetitionContents extends Component{ 总排名 - + {chartdata===undefined?"":chartdata.teams.length===0? -
要抓住一切机会,向所有人证明你自己,证明你能够迎接荣耀
- +
要抓住一切机会,向所有人证明你自己,证明你能够迎接荣耀
+ :""} {chartdata===undefined?"":chartdata.teams.length===0?"":chartdata.teams.map((item,key)=>{