@media (max-width: 760px) {
  html.wechat-webview .inventory-scan-log-card {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }

  html.wechat-webview .inventory-scan-log-wrap {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    max-height: none;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior-x: contain;
  }

  html.wechat-webview .inventory-scan-log-table {
    display: table !important;
    width: max-content !important;
    min-width: 1140px !important;
    table-layout: auto !important;
  }

  html.wechat-webview .inventory-scan-log-table thead {
    display: table-header-group !important;
  }

  html.wechat-webview .inventory-scan-log-table tbody {
    display: table-row-group !important;
    padding: 0 !important;
    background: transparent !important;
  }

  html.wechat-webview .inventory-scan-log-table tbody tr {
    display: table-row !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  html.wechat-webview .inventory-scan-log-table th,
  html.wechat-webview .inventory-scan-log-table td {
    display: table-cell !important;
    width: auto !important;
    min-width: 104px;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }

  html.wechat-webview .inventory-scan-log-table td::before {
    content: none !important;
  }

  html.wechat-webview .inventory-scan-log-table td > strong,
  html.wechat-webview .inventory-scan-log-table td > span {
    max-width: none !important;
    white-space: nowrap !important;
    word-break: keep-all !important;
    overflow-wrap: normal !important;
  }

  html.wechat-webview .inventory-scan-log-table th:nth-child(1),
  html.wechat-webview .inventory-scan-log-table td:nth-child(1) {
    min-width: 156px;
  }

  html.wechat-webview .inventory-scan-log-table th:nth-child(2),
  html.wechat-webview .inventory-scan-log-table td:nth-child(2) {
    min-width: 96px;
  }

  html.wechat-webview .inventory-scan-log-table th:nth-child(3),
  html.wechat-webview .inventory-scan-log-table td:nth-child(3) {
    min-width: 124px;
  }

  html.wechat-webview .inventory-scan-log-table th:nth-child(4),
  html.wechat-webview .inventory-scan-log-table td:nth-child(4) {
    min-width: 92px;
  }

  html.wechat-webview .inventory-scan-log-table th:nth-child(5),
  html.wechat-webview .inventory-scan-log-table td:nth-child(5) {
    min-width: 210px;
  }

  html.wechat-webview .inventory-scan-log-table th:nth-child(6),
  html.wechat-webview .inventory-scan-log-table td:nth-child(6) {
    min-width: 100px;
  }
}
