Przeglądaj źródła

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

28169 10 miesięcy temu
rodzic
commit
5139759a9b

+ 1 - 1
src/xt_pages/outpatientDoctorStation/template/printFour.vue Wyświetl plik

@@ -19,7 +19,7 @@
19 19
               <div>地址:{{item.patient.home_address}}</div>
20 20
               <div style="display:flex;width:50%;">临床诊断:{{getDiagnosis(item.info.diagnosis)}}</div>
21 21
           </div>
22
-          <div class="prescriptionBox" style="height: 300px;">
22
+          <div class="prescriptionBox" style="min-height: 300px;">
23 23
               <div class="Rp">Rp:</div>
24 24
               <div class="drugsBox" v-for="(it,index) in item.advices" :key="index"
25 25
                 :style="{'page-break-after':index==4&&item.advices.length>5? 'always':'auto'}"