From d2d2bef221476379cc15469568edf37dedbdd952 Mon Sep 17 00:00:00 2001
From: licp <lichunping@guanfang.com.cn>
Date: 星期三, 03 七月 2024 22:44:36 +0800
Subject: [PATCH] Merge branch 'master' of http://114.132.189.42:9002/r/center-lims-before into master

---
 src/components/view/b1-inspection-order.vue |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/src/components/view/b1-inspection-order.vue b/src/components/view/b1-inspection-order.vue
index 8889305..0bb2399 100644
--- a/src/components/view/b1-inspection-order.vue
+++ b/src/components/view/b1-inspection-order.vue
@@ -120,10 +120,13 @@
     height: 8px !important;
   }
   .el-dialog__body >>>.el-radio__label{
-    padding-left: 2px !important;
+     padding-left: 2px !important;
   }
   .el-dialog__body >>>.el-card__body{
     padding: 0 !important;
+  }
+  .el-dialog__body >>>.el-card {
+    border: none;
   }
   .el-dialog__body >>>.el-radio__input.is-disabled .el-radio__inner{
     border-color: #000 !important;
@@ -369,16 +372,16 @@
         </el-row>
       </span>
     </el-dialog>
-    <div class="el-dialog__body" style="overflow-y: auto;position: absolute;margin-top: 0;position: fixed;top: 0;z-index: 99999;">
+    <div class="el-dialog__body" style="overflow-y: auto;position: absolute;margin-top: 0;position: fixed;top: 999px;z-index: 99999;">
         <div id="printMOrder">
-          <el-card class="box-card" v-for="(item, i) in checkDataList" :key="i" style="font-size: 8px !important;page-break-before:always;page-break-after: always;color: #000;box-shadow: none;margin-bottom: 6px;padding-left: 160px;display: none;" >
+          <el-card class="box-card" v-for="(item, i) in checkDataList" :key="i" style="font-size: 8px !important;page-break-after: always;color: #000;box-shadow: none;" >
             <div style="display: flex;">
               <div>
-                <el-col :span="8" :offset="4">
+                <el-col :span="10" :offset="2">
                   <vueQr :text="JSON.stringify(item.sampleCode)" :size="78" :margin="2"></vueQr>
                 </el-col>
               </div>
-              <div style="margin-left: 40px;line-height: 9px;">
+              <div style="margin-left: 12px;line-height: 9px;">
                 <el-row>
                   <el-col  style="font-size: 8px;"><span>鏍峰搧缂栧彿:&nbsp; </span>{{ item.sampleCode }}</el-col>
                 </el-row>

--
Gitblit v1.9.3