update Avatar style

This commit is contained in:
梁灏 2018-07-03 17:32:32 +08:00
parent afb6a9f400
commit acf00f5cc2
2 changed files with 37 additions and 0 deletions

View file

@ -14,10 +14,19 @@
background: transparent;
}
.ivu-icon{
position: relative;
top: -1px;
}
.avatar-size(@avatar-size-base, @avatar-font-size-base);
&-large {
.avatar-size(@avatar-size-lg, @avatar-font-size-lg);
.ivu-icon{
position: relative;
top: -2px;
}
}
&-small {