cambiar report body y estilos para centrar mas la label
This commit is contained in:
parent
21cd2e2a63
commit
7cc4a2e635
|
@ -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 {
|
||||||
|
|
|
@ -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>
|
|
Loading…
Reference in New Issue