dev_auth
杨树林 5 years ago
parent f9f4edb3ad
commit 5b8f9c1360

@ -43,11 +43,11 @@ class RegisListviewdata extends React.Component {
<img className="regitemimg2" src={getImageUrl("images/" + item.creator.image_url)}> <img className="regitemimg2" src={getImageUrl("images/" + item.creator.image_url)}>
</img> </img>
<p style={{ <a className="maxnamewidth78" title={item.creator.name} style={{
color: "#999999", fontSize: "14px", color: "#999999", fontSize: "14px",
width: "78px", width: "78px",
textAlign: "center" textAlign: "center"
}}>{item.creator.name}</p> }}>{item.creator.name}</a>
</div> </div>
<div style={{ <div style={{
marginTop: "29px", marginTop: "29px",

@ -78,7 +78,7 @@ class PersonalCompetititem extends React.Component {
<img className="regitemimg2" src={getImageUrl("images/" + item.creator.image_url)}> <img className="regitemimg2" src={getImageUrl("images/" + item.creator.image_url)}>
</img> </img>
<a className="maxnamewidth78" style={{ <a className="maxnamewidth78" title={item.creator.name} style={{
color: "#999999", color: "#999999",
fontSize: "14px", fontSize: "14px",
width: "78px", width: "78px",

Loading…
Cancel
Save