changed logic in wire pdf #809

Merged
jothi merged 1 commits from ranjith-dev into master 2026-07-06 11:42:39 +00:00

View File

@@ -51,7 +51,7 @@
$itemRowHeight = floor(($spaceForItemsOnly / $numItems) * 10) / 10;
$itemRowHeight -= 0.5;
$itemRowHeight -= 0.3;
if ($numItems == 1) {
$itemRowHeight -= 2.0;
}
@@ -124,7 +124,7 @@
table {
width: 100%;
border-collapse: collapse;
table-layout: fixed;
/* table-layout: fixed; */
/* height: <?php echo $availableHeight; ?>mm !important; */
}
@@ -239,9 +239,9 @@
/* Column widths */
.col-1 { width: 22%; }
.col-2 { width: 48%; }
.col-3 { width: 13%; }
.col-4 { width: 17%; }
.col-2 { width: 45%; }
.col-3 { width: 15%; }
.col-4 { width: 25%; }
/* .col-1 { width: 20%; }
.col-2 { width: 48%; }