Browse Source

预览样式修改

张保健 5 years ago
parent
commit
24fce0f776
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/pages/main/template/DialysisPrintOrderTwo.vue

+ 1 - 1
src/pages/main/template/DialysisPrintOrderTwo.vue View File

@@ -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