yq1 1 년 전
부모
커밋
d495b04ee6
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/xt_pages/workforce/printOne.vue

+ 2 - 2
src/xt_pages/workforce/printOne.vue 파일 보기

59
                   <td :width="td_3_width" valign="top">
59
                   <td :width="td_3_width" valign="top">
60
                     <div style="min-height: 80px">
60
                     <div style="min-height: 80px">
61
                       <div class="proj">
61
                       <div class="proj">
62
-                        <div class="proj_item">
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">
63
                           <p v-html="getPatientName(item.schedule_type,it.partition_id)" class="zone_name" style="font-size:20px">
64
                             
64
                             
65
                           </p>
65
                           </p>
639
     },
639
     },
640
     printAction: function() {
640
     printAction: function() {
641
       const style =
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
       printJS({
644
       printJS({
645
         printable: 'print_content',
645
         printable: 'print_content',