html, body {
    height: 100%;
}
.data-card .ant-pagination {
  position: sticky;
  bottom: 0;
  display: block;
  margin: 0;
  padding: 16px;
  background: #fff;
  float: none; }

.data-card .ant-card-body {
  padding: 16px; }

.data-card .operation-bar {
  position: sticky;
  top: 64px;
  background: #fff;
  z-index: 1; }

#print-area {
  width: 240mm;
  min-height: 309mm; }

#print-area-wrap {
  width: 250mm; }

@media print {
  body * {
    visibility: hidden; }
  #print-area {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: auto; }
    #print-area * {
      visibility: visible; }
  #print-area-wrap {
    width: 100%; } }

