Explorar el Código

7月28日杨青

杨青 hace 1 año
padre
commit
5346620459
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/xt_pages/workforce/scheduleTablePrint.vue

+ 1 - 1
src/xt_pages/workforce/scheduleTablePrint.vue Ver fichero

@@ -1009,7 +1009,7 @@ export default {
1009 1009
         },
1010 1010
         printAction: function() {
1011 1011
             // const style = '@media print {#scheduleTable{font-size:18px;} .scheduleTable tr td{text-align: center;padding: 5px;}}'
1012
-            const style = '@media print {#scheduleTable{font-size:18px;} .scheduleTable tr td{text-align: center;}}'
1012
+            const style = '@media print {#scheduleTable{font-size:16px;} .scheduleTable tr td{text-align: center;}}'
1013 1013
             printJS({
1014 1014
             printable: 'scheduleTable',
1015 1015
             type: 'html',