13 lines
247 B
SCSS
13 lines
247 B
SCSS
.nut-avatar-group {
|
|
position: relative;
|
|
display: flex;
|
|
flex: 0 0 auto; // 防止被压缩
|
|
background-repeat: no-repeat;
|
|
background-position: center center;
|
|
background-size: 100% 100%;
|
|
|
|
.nut-avatar {
|
|
border: 1px solid #fff;
|
|
}
|
|
}
|