.page-detail-inspect-report .remark-attachment .el-form-item__content {
  width: calc(100% - 150px) !important;
}
.page-detail-inspect-report .supp-link {
  cursor: pointer;
  color: #427bd4;
}
.table-img {
  width: 80%;
  margin: 50px auto;
}
.table-img .img-type:before {
  content: '*';
  color: #f56c6c;
  margin-right: 4px;
}
.table-img .table-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.dialog-btn {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

