Przeglądaj źródła

预览样式修改

张保健 5 lat temu
rodzic
commit
24fce0f776

+ 1 - 1
src/pages/main/template/DialysisPrintOrderTwo.vue Wyświetl plik

@@ -686,7 +686,7 @@
686 686
                   <div class="inline_block">
687 687
                     其它:
688 688
                     <div class="under_line" style="width: 100px;">
689
-                      <div class="under-line" v-if="prescription&&prescription.body_fluid_other.length > 0">&nbsp;{{prescription.body_fluid_other}}</div>
689
+                      <span v-if="prescription&&prescription.body_fluid_other.length > 0">&nbsp;{{prescription.body_fluid_other}}</span>
690 690
                     </div>
691 691
                   </div>
692 692