king
2022-11-24 97d4a153c57d8a8c7845cecbf92a0e9bc698091f
src/views/billprint/index.scss
@@ -1,3 +1,11 @@
#root {
  height: auto;
}
iframe {
  width: 99%;
  border: 1px solid #bcbcbc;
  min-height: 500px;
}
.bill-print-wrap {
  width: 1200px;
  margin: 0 auto;
@@ -21,6 +29,49 @@
    right: 10px;
    top: calc(40vh + 70px);
  }
  .ant-table-placeholder {
    display: none;
  }
  .ant-empty {
    display: none;
  }
  .debugtable {
    .ant-table-placeholder {
      display: block;
    }
    .ant-empty {
      display: block;
    }
  }
  .g2-tooltip {
    display: none;
  }
}
.print-page {
  color: rgba(0,0,0,1);
  table {
    color: rgba(0,0,0,1);
    border-radius: 0!important;
    .ant-table-column-sorter {
      display: none!important;
    }
  }
  .ant-table-thead > tr > th {
    color: rgba(0,0,0,1);
    background: transparent!important;
    border-radius: 0!important;
  }
  .ant-table.ant-table-mini .ant-table-thead > tr > th {
    padding: 8px 8px!important;
  }
  .ant-table.ant-table-mini .ant-table-tbody > tr > td {
    padding: 2px 8px!important;
    line-height: 1.5;
  }
}
.print-page.auto:last-child {
  height: auto!important;
}
.normal-custom-table .main-pickup {