Commit 49eb6f7e by ethanlamzs

css优化

1 parent 2652a485
...@@ -135,7 +135,7 @@ export default class schoolmgr extends Component{ ...@@ -135,7 +135,7 @@ export default class schoolmgr extends Component{
<Fragment> <Fragment>
<div className={styles.linkman}> <div className={styles.linkman}>
<Avatar src={item.avatar}/> <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> </div>
</Fragment> </Fragment>
) )
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!