搜索用户

This commit is contained in:
caishi 2021-08-30 10:10:54 +08:00
parent af31c381f9
commit 350769d3d7
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ export default ({ getUser , placeholder, width ,value })=>{
src={getImageUrl(`/${item && item.image_url}`)}
alt=""
/>
<span className="ml10" style={{ verticalAlign: "middle" }}>
<span className="ml10" style={{ "vertical-align": "middle" }}>
{item.username}
<span className="color-grey ml10">({item.login})</span>
</span>