Ver código fonte

检验放大一点

DESKTOP-0GD05B0\Administrator 2 anos atrás
pai
commit
51794c61fe

+ 7 - 5
src/components/zhu-yuan-yi-sheng/emr/auxiliary-tools/EmrAuxiliaryTools.vue

@@ -16,7 +16,7 @@
              direction="btt"
              append-to-body
              destroy-on-close
-             size="90%"
+             size="100%"
              :with-header="false">
     <el-button class="close_but"
                type="danger"
@@ -26,10 +26,12 @@
     </el-button>
     <emr-order-list v-if="index === 0"/>
     <emr-yz-temperature v-if="index === 1"/>
-    <inspection-report-index v-if="index === 2"
-                             :pat-no="patInfo.inpatientNo"
-                             :start="start"
-                             :end="end"/>
+    <inspection-report-index
+        style=" font-size: 12px;height: 100%"
+        v-if="index === 2"
+        :pat-no="patInfo.inpatientNo"
+        :start="start"
+        :end="end"/>
     <emr-inspect v-if="index === 3"/>
   </el-drawer>