yq1 1 gadu atpakaļ
vecāks
revīzija
d495b04ee6
1 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  1. 2 2
      src/xt_pages/workforce/printOne.vue

+ 2 - 2
src/xt_pages/workforce/printOne.vue Parādīt failu

@@ -59,7 +59,7 @@
59 59
                   <td :width="td_3_width" valign="top">
60 60
                     <div style="min-height: 80px">
61 61
                       <div class="proj">
62
-                        <div class="proj_item">
62
+                        <div class="proj_item" style="font-size:20px">
63 63
                           <p v-html="getPatientName(item.schedule_type,it.partition_id)" class="zone_name" style="font-size:20px">
64 64
                             
65 65
                           </p>
@@ -639,7 +639,7 @@ export default {
639 639
     },
640 640
     printAction: function() {
641 641
       const style =
642
-        '@media print { .print_main_content { background-color: white; width:960px;  margin:0 auto; padding: 0 0 20px 0; } .order_title_panl { text-align: center; } .main_title { font-size: 18px; line-height: 40px; font-weight: 500; } .table_panel { } .table { width: 100%; border: 1px solid; border-collapse: collapse; padding: 2px; } thead tr td { border: 1px solid; text-align: center; font-size: 20px; padding: 15px 5px; } tbody tr td { border: 1px solid; text-align: center; font-size: 18px; padding: 10px 5px; } .proj { padding: 5px 0; text-align: left; } .proj_title { font-size: 16px; font-weight: 500; line-height: 25px; } .proj_item { font-size: 15px; line-height: 20px; } .zone_name { font-weight: 500; } }'
642
+        '@media print { .print_main_content { background-color: white; width:960px;  margin:0 auto; padding: 0 0 20px 0; } .order_title_panl { text-align: center; } .main_title { font-size: 18px; line-height: 40px; font-weight: 500; } .table_panel { } .table { width: 100%; border: 1px solid; border-collapse: collapse; padding: 2px; } thead tr td { border: 1px solid; text-align: center; font-size: 20px; padding: 15px 5px; } tbody tr td { border: 1px solid; text-align: center; font-size: 20px; padding: 10px 5px; } .proj { padding: 5px 0; text-align: left; } .proj_title { font-size: 20px; font-weight: 500; line-height: 25px; } .proj_item { font-size: 20px; line-height: 20px; } .zone_name { font-weight: 500; } }'
643 643
 
644 644
       printJS({
645 645
         printable: 'print_content',