瀏覽代碼

预览样式修改

张保健 5 年之前
父節點
當前提交
24fce0f776
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/pages/main/template/DialysisPrintOrderTwo.vue

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

686
                   <div class="inline_block">
686
                   <div class="inline_block">
687
                     其它:
687
                     其它:
688
                     <div class="under_line" style="width: 100px;">
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
                     </div>
690
                     </div>
691
                   </div>
691
                   </div>
692
 
692