This commit is contained in:
parent
0afae5c2d6
commit
2231add129
|
@ -32,6 +32,9 @@ td {
|
|||
.md-txt {
|
||||
font-size: 26px;
|
||||
}
|
||||
.lg-txt {
|
||||
font-size: 32px;
|
||||
}
|
||||
.xl-txt {
|
||||
font-size: 50px;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -21,7 +21,7 @@ module.exports = {
|
|||
format: 'code128',
|
||||
displayValue: false,
|
||||
width: 3.8,
|
||||
height: 85,
|
||||
height: 80,
|
||||
margin: 0
|
||||
});
|
||||
return new XMLSerializer().serializeToString(svgNode);
|
||||
|
|
Loading…
Reference in New Issue