diff --git a/public/react/src/modules/competitions/Competitioncommon/CompetitionCommon.css b/public/react/src/modules/competitions/Competitioncommon/CompetitionCommon.css index a21a02eba..984498203 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: 86px; + left: 72px; bottom: -10px; } .competimgabsolute .ant-badge-count{ @@ -433,6 +433,6 @@ .competimgabsoluteijmg{ position: absolute; - left: 0px; + left: -11px; 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 18128036b..420f83ff1 100644 --- a/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentsChart.js +++ b/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentsChart.js @@ -87,7 +87,7 @@ class CompetitionContents extends Component{
-
+
), }, @@ -160,7 +160,12 @@ class CompetitionContents extends Component{ margin: 0 10px 0 0; } .ant-badge{ - width:64px; + width:90px; + } + .ant-badge sup{ + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; } ` } @@ -210,7 +215,7 @@ class CompetitionContents extends Component{
-
+

{personal===undefined||personal===null?item.record_user_name:personal===true?item.record_user_name:item.team_name}

@@ -249,7 +254,7 @@ class CompetitionContents extends Component{
-
+

{personal===undefined||personal===null?item.record_user_name:personal===true?item.record_user_name:item.team_name}

@@ -288,7 +293,7 @@ class CompetitionContents extends Component{
-
+

{personal===undefined||personal===null?item.record_user_name:personal===true?item.record_user_name:item.team_name}