.erp-table-shell .table-fixed-head,
.erp-table-shell .table-fixed-foot,
.erp-table-shell .table-body-scroll {
  scrollbar-gutter: auto;
}

@media (max-width: 640px) {
  .credit-detail-table th:nth-child(3),
  .credit-detail-table td:nth-child(3) {
    display: table-cell;
  }

  .credit-table-wrap {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-x;
  }
}
