|
|
|
@ -63,7 +63,9 @@ class RegistrationSearch extends React.Component {
|
|
|
|
|
lineHeight: " 24px"
|
|
|
|
|
}}>战队总数:<span
|
|
|
|
|
style={{color: "#459BE5", fontSize: "16px"}}>{this.props.count}</span><span
|
|
|
|
|
style={{marginLeft: "5px",}}>个</span></p>
|
|
|
|
|
style={{marginLeft: "5px", marginRight: "15px",}}>个</span> 参赛总人数:<span
|
|
|
|
|
style={{color: "#459BE5"}}>{this.props.members_count}</span><span
|
|
|
|
|
style={{marginLeft: "5px"}}>人</span></p>
|
|
|
|
|
</div>
|
|
|
|
|
)
|
|
|
|
|
}
|
|
|
|
|