chore: style improvements

This commit is contained in:
2025-01-25 19:25:45 +01:00
parent aea657d04d
commit a2aea77768
+10 -8
View File
@@ -18,12 +18,12 @@
<th width="200" class="border border-white print:border-black">Stacja</th> <th width="200" class="border border-white print:border-black">Stacja</th>
<th width="100" class="border border-white print:border-black">Godzina</th> <th width="100" class="border border-white print:border-black">Godzina</th>
<th width="50" class="border border-white print:border-black text-xs p-0"> <th width="50" class="border border-white print:border-black text-xs p-0">
<table class="header-table"> <table>
<tbody> <tbody>
<tr> <tr class="border-b-white print:border-b-black border-b">
<td>Lok I</td> <td class="">Lok I</td>
</tr> </tr>
<tr> <tr class="border-b-white print:border-b-black border-b">
<td>Lok II</td> <td>Lok II</td>
</tr> </tr>
<tr> <tr>
@@ -32,10 +32,11 @@
</tbody> </tbody>
</table> </table>
</th> </th>
<th width="50" class="border border-white print:border-black text-xs p-0"> <th width="55" class="border border-white print:border-black text-xs relative">
<table class="header-table"> <div class="absolute top-0 left-0 w-full h-full">
<table class="h-full">
<tbody> <tbody>
<tr> <tr class="border-b-white print:border-b-black border-b k">
<td>Obc. lok.</td> <td>Obc. lok.</td>
</tr> </tr>
<tr> <tr>
@@ -43,6 +44,7 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div>
</th> </th>
<th width="50" class="border border-white print:border-black">Vmax</th> <th width="50" class="border border-white print:border-black">Vmax</th>
</tr> </tr>
@@ -116,7 +118,7 @@
<td class="border border-white print:border-black relative"> <td class="border border-white print:border-black relative">
<div class="absolute top-0 left-0 w-full h-full"> <div class="absolute top-0 left-0 w-full h-full">
<div class="flex flex-col h-full justify-between p-1 text-sm"> <div class="flex flex-col h-full justify-between p-1">
<div :class="{ 'font-bold': row.isMain }"> <div :class="{ 'font-bold': row.isMain }">
{{ row.pointName }} {{ row.pointName }}
<span v-if="row.stopType"> ; {{ row.stopType }}</span> <span v-if="row.stopType"> ; {{ row.stopType }}</span>