modify printed report
This commit is contained in:
parent
d2ff21e9c4
commit
578b87b2d7
@ -94,7 +94,7 @@
|
|||||||
<div class="mb-4 print:mb-2">
|
<div class="mb-4 print:mb-2">
|
||||||
<div class="bg-base-100 rounded-xl border border-base-300 shadow-sm overflow-hidden">
|
<div class="bg-base-100 rounded-xl border border-base-300 shadow-sm overflow-hidden">
|
||||||
<div class="overflow-x-auto">
|
<div class="overflow-x-auto">
|
||||||
<table class="table table-xs w-full">
|
<table class="table table-sm w-full">
|
||||||
<thead class="bg-base-200/50">
|
<thead class="bg-base-200/50">
|
||||||
<tr>
|
<tr>
|
||||||
<th class="text-left whitespace-nowrap">Control</th>
|
<th class="text-left whitespace-nowrap">Control</th>
|
||||||
@ -139,7 +139,7 @@
|
|||||||
<div class="p-4 border-b border-base-300 bg-base-200/50 print:p-2">
|
<div class="p-4 border-b border-base-300 bg-base-200/50 print:p-2">
|
||||||
<h3 class="font-bold text-sm uppercase tracking-widest opacity-70 print:text-[10px]">Daily Results Log</h3>
|
<h3 class="font-bold text-sm uppercase tracking-widest opacity-70 print:text-[10px]">Daily Results Log</h3>
|
||||||
</div>
|
</div>
|
||||||
<div class="overflow-x-auto max-h-[600px] overflow-y-auto">
|
<div>
|
||||||
<table class="table table-xs w-full">
|
<table class="table table-xs w-full">
|
||||||
<thead class="bg-base-200/50 sticky top-0">
|
<thead class="bg-base-200/50 sticky top-0">
|
||||||
<tr>
|
<tr>
|
||||||
@ -186,7 +186,7 @@
|
|||||||
<span class="flex items-center gap-1"><span class="w-2 h-2 rounded-full bg-error"></span>Out Range</span>
|
<span class="flex items-center gap-1"><span class="w-2 h-2 rounded-full bg-error"></span>Out Range</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div style="height: 1400px;" class="w-full relative">
|
<div style="height: 600px;" class="w-full relative">
|
||||||
<canvas id="mergedChart" class="w-full h-full"></canvas>
|
<canvas id="mergedChart" class="w-full h-full"></canvas>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user