Quellcode durchsuchen

Merge branch '20230223_pc_vue_new_branch' of http://git.shengws.com/csx/Vue_New into 20230223_pc_vue_new_branch

28169 vor 4 Tagen
Ursprung
Commit
ce4e86fbd1
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  1. 3 3
      src/xt_pages/workforce/scheduleTablePrintTwo.vue

+ 3 - 3
src/xt_pages/workforce/scheduleTablePrintTwo.vue Datei anzeigen

@@ -7,7 +7,7 @@
7 7
       </div>
8 8
       <div class="tab" style="margin-top: 10px;">
9 9
         <table id="scheduleTable" class="scheduleTable" border="1" cellspacing="0"
10
-          style='width: 100%;table-layout:fixed;text-align: center;word-break: break-all;word-wrap: break-word;'>
10
+          style='width: 100%;table-layout:fixed;text-align: center;word-break: break-all;word-wrap: break-word;font-weight: 600;'>
11 11
           <tr>
12 12
             <td rowspan="2" width="100">分区</td>
13 13
             <td rowspan="2" width="100">机号</td>
@@ -1552,7 +1552,7 @@ export default {
1552 1552
     printAction: function () {
1553 1553
       // const style = '@media print {#scheduleTable{font-size:16px;} .scheduleTable tr td{text-align: center;padding: 5px;}}'
1554 1554
       const style = '@media print {#scheduleTable{font-size:15px;} }'
1555
-      const style1 = '@media print {#scheduleTable{font-size:20px;} }'
1555
+      const style1 = '@media print {#scheduleTable{font-size:20px;font-weight: 500;} .scheduleTable td{padding: 5px;} }'
1556 1556
       if (this.org_id != 10721 && this.org_id != 0) {
1557 1557
         printJS({
1558 1558
           printable: 'scheduleTable',
@@ -1839,7 +1839,7 @@ export default {
1839 1839
     table {
1840 1840
       td {
1841 1841
         text-align: center;
1842
-        // padding: 5px;
1842
+        padding: 5px;
1843 1843
         word-wrap: break-word;
1844 1844
       }
1845 1845
     }