.avatar-upload-preview[data-v-77e10b7c] {
  position: absolute;
  top: 50%;
  transform: translate(50%, -50%);
  width: 180px;
  height: 180px;
  border-radius: 50%;
  box-shadow: 0 0 4px #ccc;
  overflow: hidden;
}
.avatar-upload-preview img[data-v-77e10b7c] {
  width: 100%;
  height: 100%;
}

