@media print {
  body {
    background: #fff;
  }

  .sidebar,
  .topbar,
  .page-head,
  .stepper,
  .toolbar,
  .modal-head,
  .modal-foot,
  .toast-root {
    display: none !important;
  }

  .workspace {
    width: 100%;
    margin: 0;
  }

  .view {
    padding: 0;
  }

  .modal-mask {
    position: static;
    display: block;
    background: #fff;
  }

  .modal {
    width: 100%;
    box-shadow: none;
    border-radius: 0;
  }

  .table-wrap {
    overflow: visible;
  }

  .data-table {
    min-width: 0;
  }
}
