.import-mate {
  position: absolute;
  right: 0;
  top: 0;
}
.page-detail .section-confirm .el-form-item__content {
  width: calc(100% - 150px);
}
.page-detail-shipment .cell-link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #427bd4;
  cursor: pointer;
}

