Jelajahi Sumber

调整物料标签打印样式

cfort 2 tahun lalu
induk
melakukan
ab357d4ac3

+ 2 - 2
src/business/platform/data/templaterender/components/print.vue

@@ -140,7 +140,7 @@
             position: relative;
             width: 244px;
             height: 140px;
-            padding: 4px 2px;
+            padding: 4px 2px 0;
             margin: 0 auto 20px;
             border: 1px solid #000;
             border-radius: 4px;
@@ -158,7 +158,7 @@
             .barcode {
                 position: absolute;
                 text-align: center;
-                bottom: 0px;
+                bottom: 4px;
                 left: 0;
                 right: 0;
             }