.editable-row-operations a[data-v-24d26abc] {
  margin-right: 8px;
}
.file-list[data-v-24d26abc] {
  float: left;
  text-align: center;
}
.file-list-item[data-v-24d26abc] {
  float: left;
  width: 104px;
  margin: 0 8px 8px 0;
}
.file-list-item-info[data-v-24d26abc] {
  position: relative;
  width: 104px;
  height: 104px;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.file-list-item-info[data-v-24d26abc]:before {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  content: " ";
}
.file-list-item-info-actions[data-v-24d26abc] {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #fff;
}
.file-list-item-info-actions .anticon-delete[data-v-24d26abc],
.file-list-item-info-actions .anticon-eye-o[data-v-24d26abc] {
  z-index: 10;
  width: 16px;
  margin: 0 4px;
  color: hsla(0, 0%, 100%, 0.85);
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.file-list-item-info[data-v-24d26abc]:hover:before {
  opacity: 1;
}
.file-list-item-info:hover .file-list-item-info-actions[data-v-24d26abc] {
  opacity: 1;
}
.file-list-item-info-image[data-v-24d26abc] {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.file-list-item-info-icon[data-v-24d26abc] {
  color: #aaa;
}
.upload-file-container[data-v-24d26abc] {
  float: left;
}

