浏览代码

预览样式修改

张保健 5 年前
父节点
当前提交
24fce0f776
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/main/template/DialysisPrintOrderTwo.vue

+ 1 - 1
src/pages/main/template/DialysisPrintOrderTwo.vue 查看文件

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