diff --git a/public/react/src/modules/user/usersInfo/InfosBanner.js b/public/react/src/modules/user/usersInfo/InfosBanner.js index 065335fe4..7f6cb9659 100644 --- a/public/react/src/modules/user/usersInfo/InfosBanner.js +++ b/public/react/src/modules/user/usersInfo/InfosBanner.js @@ -23,16 +23,13 @@ class InfosBanner extends Component{ }=this.props; let is_current=this.props.is_current; let {username}= this.props.match.params; - - console.log("is_current"); - console.log(is_current); let {pathname}=this.props.location; moduleName=pathname.split("/")[3]; return(
{data && data.name} @@ -70,7 +67,7 @@ class InfosBanner extends Component{ } : - + 私信 } diff --git a/public/react/src/modules/user/usersInfo/usersInfo.css b/public/react/src/modules/user/usersInfo/usersInfo.css index abd809ae6..ab5dd6136 100644 --- a/public/react/src/modules/user/usersInfo/usersInfo.css +++ b/public/react/src/modules/user/usersInfo/usersInfo.css @@ -143,10 +143,12 @@ } .myPhoto img{ border-radius: 50%; + width:100%; + height:100% } .myPhoto{ border-radius: 50%; - /* border:2px solid #fff; */ + border:2px solid #fff; width:110px; height:110px; }