Browse Source

面损表-打印表格间隙调整

jbb 2 years ago
parent
commit
6c520fa9b5
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/views/reportForms/fabric-loss-table.vue

+ 6 - 0
src/views/reportForms/fabric-loss-table.vue

@@ -782,6 +782,12 @@ export default {
          +'.specel-width{width:25% !important}'
          + 'th{color: #333}\n'
          + 'a{color: #666; text-decoration:none;}\n'
+         +'.table-title{margin-bottom: 0% !important;margin-top: 0% !important;}'
+         +'.outsource-orders-table{margin: 15px 0px !important;}'
+         +'.cost-invoice-table{ margin: 15px 0px !important;}'
+         +'.costInvoice-fabric-table{margin: 15px 0px !important;}'
+         +'.costInvoice-ingredient-table{margin: 15px 0px !important;}'
+         +'.note-one{ margin-top: 15px;}'
          + '</style>';
          win.document.write(style+html);
          win.focus();