When css prints, there is only one page, but when it is printed, there are two pages. How to modify it?

  -sharporder{
    width:  11in !important;
    margin:1.5cm!important;
    /* page-break-after:avoid!important; */
    page-break-after: avoid!important;
  }
  
  ![][1]

Apr.12,2022

try to add these:

  * { margin: 0 !important; padding: 0 !important; }
  html, body {
    width: 100%
    height: 100%; 
    overflow: hidden;
  }
Menu