.table-oprate {
  button {
    margin-right: 12px;
  }
}
.diff-table {
  height: calc(100vh - 120px);
  overflow: auto;
  box-sizing: border-box;
  padding-bottom: 50px;
  .retailforce-table-body {
    // max-height: calc(100vh - 275px)!important;
  }
}
.diff-header {
  p {
    display: inline-block;
    margin-right: 15px;
    .header-label {
      font-size: 12px;
      color: #282b3f;
      font-family: PingFangSC-Regular;
    }
    .header-value {
      font-family: PingFangSC-Semibold;
      font-size: 12px;
      color: #282b3f;
    }
  }
}
.diff-buttons {
  position: absolute;
  z-index: 100;
  bottom: 0;
  left: 0;
  text-align: center;
  box-sizing: border-box;
  padding-top: 10px;
  height: 50px;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, 0.1);
  .diff-button {
    margin: 0 10px;
  }
}
