Merge branch 'dev' into 6629-addressObservationBack2
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Robert Ferrús 2024-11-27 12:08:37 +00:00
commit 229a241bff
3 changed files with 5 additions and 2 deletions

View File

@ -32,6 +32,9 @@ td {
.md-txt { .md-txt {
font-size: 26px; font-size: 26px;
} }
.lg-txt {
font-size: 32px;
}
.xl-txt { .xl-txt {
font-size: 50px; font-size: 50px;
} }

View File

@ -36,7 +36,7 @@
</td> </td>
</tr> </tr>
<tr> <tr>
<td class="md-txt xl-width bold center"> <td class="lg-txt xl-width bold center">
<div class="overflow-line"> <div class="overflow-line">
{{formatNumber(buy.itemFk)}} {{formatNumber(buy.itemFk)}}
</div> </div>

View File

@ -21,7 +21,7 @@ module.exports = {
format: 'code128', format: 'code128',
displayValue: false, displayValue: false,
width: 3.8, width: 3.8,
height: 85, height: 75,
margin: 0 margin: 0
}); });
return new XMLSerializer().serializeToString(svgNode); return new XMLSerializer().serializeToString(svgNode);