Просмотр исходного кода

调整物料标签打印样式

cfort 2 лет назад
Родитель
Сommit
ab357d4ac3
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/business/platform/data/templaterender/components/print.vue

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

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