.auction-content {
  background: white;
  margin: 10px;
}
.auction-content .customize-form {
  margin-top: 20px;
}
.auction-content .tip-span {
  color: #ff0000;
  margin-left: 15px;
}
.auction-content .price-detail {
  color: rgba(170, 170, 170);
}
.auction-content .is-scrolling-none + .el-table__fixed-right {
  height: 100% !important;
}

