[new feature] Image: add round prop (#3838)

This commit is contained in:
一颗红心
2019-07-18 17:12:27 +08:00
committed by neverland
parent 3f33fcc525
commit e1021e70ba
6 changed files with 95 additions and 3 deletions
+5
View File
@@ -4,6 +4,11 @@
position: relative;
display: inline-block;
&--round {
overflow: hidden;
border-radius: 50%;
}
&__img,
&__error,
&__loading {