|
|
|
@ -78,13 +78,13 @@ class PersonalCompetititem extends React.Component {
|
|
|
|
|
<img className="regitemimg2" src={getImageUrl("images/" + item.creator.image_url)}>
|
|
|
|
|
|
|
|
|
|
</img>
|
|
|
|
|
<p className="" style={{
|
|
|
|
|
<a className="maxnamewidth78" style={{
|
|
|
|
|
color: "#999999",
|
|
|
|
|
fontSize: "14px",
|
|
|
|
|
width: "78px",
|
|
|
|
|
textAlign: "center"
|
|
|
|
|
|
|
|
|
|
}}>{item.creator.name}</p>
|
|
|
|
|
}}>{item.creator.name}</a>
|
|
|
|
|
</div>
|
|
|
|
|
<div className=" " style={{
|
|
|
|
|
marginTop: "29px",
|
|
|
|
@ -104,7 +104,7 @@ class PersonalCompetititem extends React.Component {
|
|
|
|
|
marginLeft: "37px",
|
|
|
|
|
display: "flex",
|
|
|
|
|
flexDirection: "initial",
|
|
|
|
|
width: "357px"
|
|
|
|
|
width: "340px"
|
|
|
|
|
}}>
|
|
|
|
|
{
|
|
|
|
|
item && item.team_members.map((item, index) => {
|
|
|
|
|