Browse Source

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

28169 4 days ago
parent
commit
ce4e86fbd1
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/xt_pages/workforce/scheduleTablePrintTwo.vue

+ 3 - 3
src/xt_pages/workforce/scheduleTablePrintTwo.vue View File

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