8267-devToTest #3270

Merged
alexm merged 131 commits from 8267-devToTest into test 2024-12-03 12:18:21 +00:00
3 changed files with 5 additions and 2 deletions
Showing only changes of commit c3aeba16c1 - Show all commits

View File

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

View File

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

View File

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