.refund-receipts-imgs .refund-receipts-item[data-v-1f01a06d] {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.refund-receipts-imgs .refund-receipts-item .el-icon-delete-solid[data-v-1f01a06d] {
  position: absolute;
  display: none;
  top: 10px;
  right: 5px;
}
.refund-receipts-imgs .refund-receipts-item:hover .el-icon-delete-solid[data-v-1f01a06d] {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.refund-receipts-imgs .el-image[data-v-1f01a06d] {
  margin-right: 5px;
  margin-bottom: 5px;
}
.ebix-upload-img .el-image {
  margin-right: 5px;
  margin-bottom: 5px;
}
