yq1 1 year ago
parent
commit
c7fdb841ed
1 changed files with 5 additions and 5 deletions
  1. 5 5
      src/xt_pages/workforce/printOne.vue

+ 5 - 5
src/xt_pages/workforce/printOne.vue View File

@@ -59,8 +59,8 @@
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" style="font-size:20px">
63
-                          <p v-html="getPatientName(item.schedule_type,it.partition_id)" class="zone_name" style="font-size:20px">
62
+                        <div class="proj_item" style="font-size:24px">
63
+                          <p v-html="getPatientName(item.schedule_type,it.partition_id)" class="zone_name" style="font-size:24px">
64 64
                             
65 65
                           </p>
66 66
                         </div>
@@ -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: 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; } }'
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: 24px; line-height: 25px; } .zone_name { font-weight: 500; } }'
643 643
 
644 644
       printJS({
645 645
         printable: 'print_content',
@@ -973,8 +973,8 @@ export default {
973 973
               }
974 974
 
975 975
               .proj_item {
976
-                font-size: 15px;
977
-                line-height: 20px;
976
+                font-size: 25px;
977
+                line-height: 25px;
978 978
 
979 979
                 .zone_name {
980 980
                   font-weight: bold;