var e=`<style rel="stylesheet">
      @page{
        margin: 30px;
      }

      .header{
        width:100%;
        margin:0px;
        display: flex;
        font-size: 19px;
        flex-wrap:wrap;
        flex-direction: column;
      }

      .header > .first {
          border: 1px solid #909399;
          border-bottom: none;
          text-align: center;
          display:flex;
      }

      .header > .first > .title {
        font-weight: 700;
        flex:1;
        border-right:1px solid #909399;
        font-size: 22px;
      }

      .header > .first > .record {
        width:325px;
        text-align: left;
        padding-left: 10px;
        box-sizing:border-box;
      }

      .header > .column > .create {
        width:325px;
        text-align: left;
        padding-left: 10px;
        box-sizing:border-box;
      }

      .header > .column {
        text-align:center;
        display:flex;
        border:1px solid #909399;
        border-bottom:none;

      }

      .header > .column > .company {
        flex: 1;
        border-right:1px solid #909399;
      }

      .header > .column > .supplier {
        flex: 1;
        border-right:1px solid #909399;
      }



      .header > .column > .total {
        width:325px;
        text-align: left;
        padding-left: 10px;
        box-sizing:border-box;
      }

      table {
        border-collapse: collapse;
        width: 100%;
      }
         
      
      tr {
        page-break-inside: avoid;
      }

      td, th {
        border: 1px solid #909399;
        font-weight: 500;
        font-size:12px;
      }
  </style>
  `;export{e as p};