fix: refs #7266 Increased size item id buy-label
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Guillermo Bonet 2024-11-28 11:15:58 +01:00
parent eb97f6ef5f
commit 51d96a89c5
2 changed files with 5 additions and 3 deletions

View File

@ -33,7 +33,9 @@ td {
font-size: 26px;
}
.lg-txt {
font-size: 32px;
font-size: 40px;
padding: 0px;
line-height: 1;
}
.xl-txt {
font-size: 50px;

View File

@ -36,12 +36,12 @@
</td>
</tr>
<tr>
<td class="lg-txt xl-width bold center">
<td class="bold center lg-txt xl-width">
<div class="overflow-line">
{{formatNumber(buy.itemFk)}}
</div>
</td>
<td colspan="2" class="md-txt md-width center">
<td colspan="2" class="center md-txt md-width">
<div class="overflow-line">
{{`${(packing || buy.packing)} x ${buy.stems || ''}`}}
</div>