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;
|
||||
padding-right: 0.5%;
|
||||
padding-right: 1%;
|
||||
}
|
||||
.label {
|
||||
font-size: 1.2em;
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.barcode {
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
<report-body v-bind="$props">
|
||||
<template v-slot:header>
|
||||
<span></span>
|
||||
</template>
|
||||
<DOCTYPE html>
|
||||
<body>
|
||||
<div class="label">
|
||||
<div class="barcode">
|
||||
<h1>{{previa.saleGroupFk}}</h1>
|
||||
|
@ -25,7 +23,4 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<template v-slot:footer>
|
||||
<span></span>
|
||||
</template>
|
||||
</report-body>
|
||||
</body>
|
Loading…
Reference in New Issue