Files
cmgd-mini-app/uni_modules/nutui-uni/components/avatargroup/index.scss
2026-01-05 12:47:14 +08:00

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;
}
}