
.avatar-uploader[data-v-45cdf596] {
  width: 120px;
  height: 120px;
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader .el-upload[data-v-45cdf596] {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader .el-upload[data-v-45cdf596]:hover {
  border-color: #409EFF;
}
.avatar-uploader-icon[data-v-45cdf596] {
  font-size: 28px;
  color: #8c939d;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
}
.avatar[data-v-45cdf596] {
  width: 120px;
  height: 120px;
  display: block;
}
.el-upload-list__item.is-ready[data-v-45cdf596],
.el-upload-list__item.is-uploading[data-v-45cdf596] {
  display: none !important;
}
.index-wrap[data-v-45cdf596] {
  display: flex;
  justify-content: center;
}
.index-wrap:hover .index-control[data-v-45cdf596] {
  display: none;
}
.delete-row[data-v-45cdf596] {
  box-sizing: border-box;
  display: none;
  height: 26px;
  width: 26px;
  justify-content: center;
  align-items: center;
  background-color:#F56C6C;
  border-radius: 50%;
  color: #FFFFFF;
}
.index-wrap:hover .delete-row[data-v-45cdf596] {
  display: flex !important;
}

