Commit 49eb6f7e by ethanlamzs

css优化

1 parent 2652a485
......@@ -135,7 +135,7 @@ export default class schoolmgr extends Component{
<Fragment>
<div className={styles.linkman}>
<Avatar src={item.avatar}/>
<span>&nbsp;&nbsp;{item.name} &nbsp;&nbsp; {item.status==1?"已关注":"未关注"} # {item.userid}</span>
<span>&nbsp;&nbsp;<font size="2" color="blue">{item.name}</font> &nbsp;&nbsp; <font size="2" color="blue">[{item.status==1?"已关注":"未关注"}] # {item.userid}</font></span>
</div>
</Fragment>
)
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!