1
0
forked from poc/pds

Modified size of the pdf for three phase

This commit is contained in:
dhanabalan
2025-06-02 14:08:53 +05:30
parent 98de344917
commit c1985f11c3

View File

@@ -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>