/* 生产模式覆盖：与 backend.less 保持一致，避免重建历史压缩包引入无关差异。 */
@media (min-width: 1200px) and (max-height: 900px) {
  body.inside-header:not(.is-dialog) .content {
    padding-top: 10px;
    padding-bottom: 0;
  }

  body.inside-header:not(.is-dialog) .bootstrap-table .form-commonsearch .row > .form-group {
    margin-bottom: 10px;
  }

  body.inside-header:not(.is-dialog) .bootstrap-table .table:not(.table-condensed) > tbody > tr > th,
  body.inside-header:not(.is-dialog) .bootstrap-table .table:not(.table-condensed) > tfoot > tr > th,
  body.inside-header:not(.is-dialog) .bootstrap-table .table:not(.table-condensed) > thead > tr > td,
  body.inside-header:not(.is-dialog) .bootstrap-table .table:not(.table-condensed) > tbody > tr > td,
  body.inside-header:not(.is-dialog) .bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
    height: 43px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  body.inside-header:not(.is-dialog) .bootstrap-table .fixed-table-pagination div.pagination,
  body.inside-header:not(.is-dialog) .bootstrap-table .fixed-table-pagination .pagination-detail {
    margin-top: 6px;
    margin-bottom: 0;
  }

  body.inside-header:not(.is-dialog) .fixed-table-container tbody td .th-inner,
  body.inside-header:not(.is-dialog) .fixed-table-container thead th .th-inner {
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
