cambiar report body y estilos para centrar mas la label

This commit is contained in:
Pau 2023-01-05 14:39:53 +01:00
parent 21cd2e2a63
commit 7cc4a2e635
2 changed files with 5 additions and 9 deletions

View File

@ -1,9 +1,10 @@
* { * {
box-sizing: border-box; box-sizing: border-box;
padding-right: 0.5%; padding-right: 1%;
} }
.label { .label {
font-size: 1.2em; font-size: 1.2em;
font-family: Arial, Helvetica, sans-serif;
} }
.barcode { .barcode {

View File

@ -1,7 +1,5 @@
<report-body v-bind="$props"> <DOCTYPE html>
<template v-slot:header> <body>
<span></span>
</template>
<div class="label"> <div class="label">
<div class="barcode"> <div class="barcode">
<h1>{{previa.saleGroupFk}}</h1> <h1>{{previa.saleGroupFk}}</h1>
@ -25,7 +23,4 @@
</div> </div>
</div> </div>
</div> </div>
<template v-slot:footer> </body>
<span></span>
</template>
</report-body>