# 图片裁切居中样式

.avatarConatiner{
            width: 72px;
            height: 72px;
            overflow: hidden;
            border-radius: 50%;
          .avatar {
              width: 100%;
              height: 100%;
              object-fit: cover;
              object-position: center;
            }
        }

1
2
3
4
5
6
7
8
9
10
11
12
13

image.png

最后更新时间: 7/2/2025, 2:56:43 PM