
.small-size[data-v-ce6375fe] {
  width: 60px;
  height: 60px;
}
.large-size[data-v-ce6375fe] {
  width: 100px;
  height: 100px;
}
.image-item[data-v-ce6375fe],
.upload-button[data-v-ce6375fe] {
  /**width: 100px;
    height: 100px;**/
  margin-right: 10px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
}
.upload-button[data-v-ce6375fe] {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #E4E7ED;
  cursor: pointer;
}


.mr-1 {
  margin-right: 0.1rem;
}
.w-6 {
  width: 60px;
}
.w-10 {
  width: 100px;
}

