소스 검색

预览样式修改

张保健 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