From 3ad42ececcb73b7d360340123d3abb54ca937a32 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com>
Date: Tue, 12 Nov 2019 14:30:35 +0800
Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../competitions/Competitioncommon/CompetitionCommon.css | 8 ++++++++
.../CompetitionCommonChild/CompetitionContentsChart.js | 5 ++++-
2 files changed, 12 insertions(+), 1 deletion(-)
diff --git a/public/react/src/modules/competitions/Competitioncommon/CompetitionCommon.css b/public/react/src/modules/competitions/Competitioncommon/CompetitionCommon.css
index 5693fcc2e..9b7edae1c 100644
--- a/public/react/src/modules/competitions/Competitioncommon/CompetitionCommon.css
+++ b/public/react/src/modules/competitions/Competitioncommon/CompetitionCommon.css
@@ -245,6 +245,7 @@
height: 60px;
border-radius: 50% !important;
box-shadow: 0px 0px 12px rgba(0,0,0,0.2);
+ border: 2px solid #459BE5;
}
.Competitioncenter{
@@ -308,6 +309,7 @@
width: 64px;
height: 63px;
border-radius: 50%;
+ border: 2px solid #459BE5;
}
.CompetitionsListzhezhao{
@@ -418,4 +420,10 @@
cursor: default;
max-width: 100px;
display: inherit;
+}
+
+.competimgabsolute{
+ position: absolute;
+ left: 106px;
+ bottom: -10px;
}
\ 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 45b7fd3d2..1bf8f3ffa 100644
--- a/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentsChart.js
+++ b/public/react/src/modules/competitions/Competitioncommon/CompetitionCommonChild/CompetitionContentsChart.js
@@ -201,7 +201,10 @@ class CompetitionContents extends Component{