.file-preview-container .item-content[data-v-7d1dfe04] {
  border: 1px solid #DCDFE6;
}
.upload-file-uploader[data-v-f74b7016] {
  margin-bottom: 5px;
}
.upload-file-list .el-upload-list__item[data-v-f74b7016] {
  border: 1px solid #e4e7ed;
  line-height: 2;
  margin-bottom: 10px;
  position: relative;
  padding: 0 4px;
}
.upload-file-list .ele-upload-list__item-content[data-v-f74b7016] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: inherit;
}
.ele-upload-list__item-content-action .el-link[data-v-f74b7016] {
  margin-right: 10px;
}
