cfort пре 2 година
родитељ
комит
f8b5327200
1 измењених фајлова са 6 додато и 0 уклоњено
  1. 6 0
      src/business/platform/data/templaterender/components/print.vue

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

@@ -165,11 +165,17 @@
                 }
                 }
             }
             }
             .barcode {
             .barcode {
+                width: 100%;
                 position: absolute;
                 position: absolute;
                 text-align: center;
                 text-align: center;
                 bottom: 4px;
                 bottom: 4px;
                 left: 0;
                 left: 0;
                 right: 0;
                 right: 0;
+                :global {
+                    .vue-barcode-element {
+                        widows: 100% !important;
+                    }
+                }
             }
             }
             &:last-child {
             &:last-child {
                 margin-bottom: 0;
                 margin-bottom: 0;