forked from Gitlink/forgeplus-react
头像再次调整
This commit is contained in:
parent
e07fabbe2f
commit
5a1dce9c61
|
@ -101,7 +101,7 @@ function ChooseMenu({
|
|||
nameArrs.map((i,k)=>{
|
||||
return(
|
||||
<p style={{display:"flex",alignItems:"center"}} className={removeFlag?"removeFlag":''}>
|
||||
{i.image_url && <img src={getImageUrl(i.image_url)} alt="" width="26px" height="26px" style={{borderRadius:"50%"}} className="mr5"/>}
|
||||
{i.image_url && <img src={getImageUrl(i.image_url)} alt="" width="28px" height="28px" style={{borderRadius:"50%",marginTop:"5px"}} className="mr5"/>}
|
||||
{
|
||||
colorFlag ?
|
||||
(
|
||||
|
|
|
@ -20,8 +20,8 @@
|
|||
}
|
||||
}
|
||||
.commentUserImg{
|
||||
height: 26px;
|
||||
width: 26px;
|
||||
height: 28px;
|
||||
width: 28px;
|
||||
border-radius: 50%;
|
||||
object-fit: cover;
|
||||
}
|
||||
|
@ -179,8 +179,8 @@
|
|||
border-radius:4px;
|
||||
padding:7px 10px;
|
||||
&>img{
|
||||
height: 26px;
|
||||
width: 26px;
|
||||
height: 28px;
|
||||
width: 28px;
|
||||
border-radius: 50%;
|
||||
margin-right: 13px;
|
||||
}
|
||||
|
|
|
@ -132,7 +132,7 @@ function DropMenu({
|
|||
nameArrs.map((i,k)=>{
|
||||
return(
|
||||
<p style={{display:"flex",alignItems:"center"}} className={removeFlag?"removeFlag":''}>
|
||||
{i.image_url && <img src={getImageUrl(i.image_url)} alt="" width="26px" height="26px" style={{borderRadius:"50%"}} className="mr5"/>}
|
||||
{i.image_url && <img src={getImageUrl(i.image_url)} alt="" width="28px" height="28px" style={{borderRadius:"50%",marginTop:"5px"}} className="mr5"/>}
|
||||
{
|
||||
colorFlag ?
|
||||
(
|
||||
|
|
Loading…
Reference in New Issue