update avatar
This commit is contained in:
parent
9bd93d3b7b
commit
3876222b6b
2 changed files with 4 additions and 3 deletions
|
@ -38,6 +38,7 @@
|
|||
<Avatar src="https://i.loli.net/2017/08/21/599a521472424.jpg" size="64" shape="square" />
|
||||
<Avatar src="https://i.loli.net/2017/08/21/599a521472424.jpg" size="64" shape="circle" />
|
||||
<Avatar icon="ios-person" size="64" shape="circle" />
|
||||
<Avatar size="42">U</Avatar>
|
||||
</div>
|
||||
</template>
|
||||
<script>
|
||||
|
|
|
@ -49,9 +49,9 @@
|
|||
line-height: @size;
|
||||
border-radius: 50%;
|
||||
|
||||
& > * {
|
||||
line-height: @size;
|
||||
}
|
||||
//& > * {
|
||||
// line-height: @size;
|
||||
//}
|
||||
|
||||
&.@{avatar-prefix-cls}-icon {
|
||||
font-size: @font-size;
|
||||
|
|
Loading…
Add table
Reference in a new issue