1
0
forked from poc/pds

Merge pull request 'decreased font size of the sticker printing table' (#56) from ranjith-dev into master

Reviewed-on: poc/pds#56
This commit is contained in:
2025-12-02 03:05:34 +00:00

View File

@@ -36,7 +36,8 @@
style="height: 385px;"
>
<table class="table-auto w-full border-collapse border">
<thead class="bg-gray-100">
{{-- <thead class="bg-gray-100"> --}}
<thead class="bg-gray-100 text-xs">
<tr>
<th class="border p-2">No</th>
<th class="border p-2">Reference No</th>
@@ -44,7 +45,8 @@
<th class="border p-2">Created By</th>
</tr>
</thead>
<tbody>
{{-- <tbody> --}}
<tbody class="text-xs">
@forelse($records as $index => $record)
<tr>
<td class="border p-2 text-center">{{ $index + 1 }}</td>