Modified size of the pdf for three phase
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<style>
|
<style>
|
||||||
@page { size: A4 landscape; margin: 30px 8px 8px 8px; }
|
@page { size: A3 landscape; margin: 30px 8px 8px 8px; }
|
||||||
body { font-family: Arial, sans-serif; font-size: 8px; }
|
body { font-family: Arial, sans-serif; font-size: 8px; }
|
||||||
body {
|
body {
|
||||||
font-family: Arial, sans-serif;
|
font-family: Arial, sans-serif;
|
||||||
@@ -203,7 +203,7 @@
|
|||||||
{{-- Other Info --}}
|
{{-- Other Info --}}
|
||||||
<td>{{ $record['No_Load_Pickup_Voltage'] ?? '' }}</td>
|
<td>{{ $record['No_Load_Pickup_Voltage'] ?? '' }}</td>
|
||||||
<td>{{ $record['Room_Temp'] ?? '' }}</td>
|
<td>{{ $record['Room_Temp'] ?? '' }}</td>
|
||||||
<td>{{ $record['High_Voltage_Test'] ?? '' }}</td>
|
<td style="white-space: nowrap;">{{ $record['High_Voltage_Test'] ?? '' }}</td>
|
||||||
<td>{{ $record['Batch_Number'] ?? '' }}</td>
|
<td>{{ $record['Batch_Number'] ?? '' }}</td>
|
||||||
<td>{{ $record['Batch_Count'] ?? '' }}</td>
|
<td>{{ $record['Batch_Count'] ?? '' }}</td>
|
||||||
<td>{{ $record['Result'] ?? '' }}</td>
|
<td>{{ $record['Result'] ?? '' }}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user