diff --git a/public/react/src/modules/competitions/Competitioncommon/CompetitionCommon.css b/public/react/src/modules/competitions/Competitioncommon/CompetitionCommon.css index d923c4a28..a21a02eba 100644 --- a/public/react/src/modules/competitions/Competitioncommon/CompetitionCommon.css +++ b/public/react/src/modules/competitions/Competitioncommon/CompetitionCommon.css @@ -424,7 +424,7 @@ .competimgabsolute{ position: absolute; - left: 100px; + left: 86px; bottom: -10px; } .competimgabsolute .ant-badge-count{ @@ -433,6 +433,6 @@ .competimgabsoluteijmg{ position: absolute; - left: 14px; + left: 0px; bottom: 0px; } \ No newline at end of file diff --git a/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentsChart.js b/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentsChart.js index 4f13bf213..18128036b 100644 --- a/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentsChart.js +++ b/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentsChart.js @@ -159,6 +159,9 @@ class CompetitionContents extends Component{ font-size: 20px; margin: 0 10px 0 0; } + .ant-badge{ + width:64px; + } ` }