decreased font size of the sticker printing table #56
@@ -36,7 +36,8 @@
|
|||||||
style="height: 385px;"
|
style="height: 385px;"
|
||||||
>
|
>
|
||||||
<table class="table-auto w-full border-collapse border">
|
<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>
|
<tr>
|
||||||
<th class="border p-2">No</th>
|
<th class="border p-2">No</th>
|
||||||
<th class="border p-2">Reference No</th>
|
<th class="border p-2">Reference No</th>
|
||||||
@@ -44,7 +45,8 @@
|
|||||||
<th class="border p-2">Created By</th>
|
<th class="border p-2">Created By</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
{{-- <tbody> --}}
|
||||||
|
<tbody class="text-xs">
|
||||||
@forelse($records as $index => $record)
|
@forelse($records as $index => $record)
|
||||||
<tr>
|
<tr>
|
||||||
<td class="border p-2 text-center">{{ $index + 1 }}</td>
|
<td class="border p-2 text-center">{{ $index + 1 }}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user