seimin пре 2 месеци
родитељ
комит
9b73034607

+ 2 - 2
src/app/share/specimen-package-list-modal/specimen-package-list-modal.component.html

@@ -70,7 +70,7 @@
70 70
 <!-- 打印的内容 -->
71 71
 <div id="print-section-package" hidden>
72 72
   <!-- 80mm*80mm -->
73
-  <div style="overflow: hidden;padding: 4mm;font-size: 4mm;width: 80mm;height: 80mm;" *ngIf="configs.spePackageCodeSize == 1">
73
+  <div style="overflow: hidden;padding: 2mm;font-size: 4mm;width: 75mm;height: 75mm;" *ngIf="configs.spePackageCodeSize == 1">
74 74
     <div style="display: flex;">
75 75
       <img [src]="base64" style="width: 23mm;height: 23mm;margin-right: 3mm;">
76 76
       <div style="flex: 1;">
@@ -87,7 +87,7 @@
87 87
     </div>
88 88
   </div>
89 89
   <!-- 70mm*50mm -->
90
-  <div style="overflow: hidden;padding: 4mm;font-size: 4mm;width: 70mm;height: 50mm;" *ngIf="configs.spePackageCodeSize == 2">
90
+  <div style="overflow: hidden;padding: 2mm;font-size: 4mm;width: 65mm;height: 45mm;" *ngIf="configs.spePackageCodeSize == 2">
91 91
     <div style="display: flex;">
92 92
       <img [src]="base64" style="width: 23mm;height: 23mm;margin-right: 3mm;">
93 93
       <div style="flex: 1;">

+ 3 - 3
src/app/views/batch-specimen/batch-specimen.component.html

@@ -80,7 +80,7 @@
80 80
 <!-- 打印的内容 -->
81 81
 <div id="print-section" hidden>
82 82
   <!-- 80mm*80mm -->
83
-  <div style="overflow: hidden;padding: 4mm;font-size: 4mm;width: 80mm;max-height: 80mm;" *ngIf="configs.spePackageCodeSize == 1">
83
+  <div style="overflow: hidden;padding: 2mm;font-size: 4mm;width: 75mm;height: 75mm;" *ngIf="configs.spePackageCodeSize == 1">
84 84
     <div style="display: flex;">
85 85
       <img [src]="base64" style="width: 23mm;height: 23mm;margin-right: 3mm;">
86 86
       <div style="flex: 1;">
@@ -97,9 +97,9 @@
97 97
     </div>
98 98
   </div>
99 99
   <!-- 70mm*50mm -->
100
-  <div style="overflow: hidden;padding: 4mm;font-size: 4mm;width: 70mm;max-height: 50mm;" *ngIf="configs.spePackageCodeSize == 2">
100
+  <div style="overflow: hidden;padding: 2mm;font-size: 4mm;width: 65mm;height: 45mm;" *ngIf="configs.spePackageCodeSize == 2">
101 101
     <div style="display: flex;">
102
-      <img [src]="base64" style="width: 23mm;height: 23mm;margin-right: 1mm;">
102
+      <img [src]="base64" style="width: 23mm;height: 23mm;margin-right: 3mm;">
103 103
       <div style="flex: 1;">
104 104
         <div>包号:{{package.packCode}}</div>
105 105
         <div>{{package.packDeptDTO?.dept}}</div>