.table-oprate {
  button {
    margin-right: 12px;
  }
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}
.check-confirm {
  .base-info {
    padding: 5px 10px 5px 35px;
    margin-top: 16px;
    .content {
      float: left;
    }
    .actions {
      float: right;
      .actions-btn {
        margin: 0 10px;
      }
    }
  }
  .base-info-status {
    display: inline-block;
    line-height: 28px;
    margin: 0 30px 10px 0;
  }
}
.check-confirm-foot {
  text-align: center;
  width: 100%;
  height: 54px;
  // background-color: red;
  background-color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(230, 231, 235, 1);
}
.check-confirm-content {
  box-sizing: border-box;
  padding-bottom: 55px;
}
.confirm-action-btn {
  margin-top: 13px;
}
.base-info-value {
  line-height: 28px;
}
