mirror of
https://github.com/Spythere/srjp-td2.git
synced 2026-05-03 05:28:12 +00:00
chore: style improvements
This commit is contained in:
+18
-16
@@ -18,12 +18,12 @@
|
||||
<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="50" class="border border-white print:border-black text-xs p-0">
|
||||
<table class="header-table">
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Lok I</td>
|
||||
<tr class="border-b-white print:border-b-black border-b">
|
||||
<td class="">Lok I</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<tr class="border-b-white print:border-b-black border-b">
|
||||
<td>Lok II</td>
|
||||
</tr>
|
||||
<tr>
|
||||
@@ -32,17 +32,19 @@
|
||||
</tbody>
|
||||
</table>
|
||||
</th>
|
||||
<th width="50" class="border border-white print:border-black text-xs p-0">
|
||||
<table class="header-table">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>Obc. lok.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Dł. poc.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<th width="55" class="border border-white print:border-black text-xs relative">
|
||||
<div class="absolute top-0 left-0 w-full h-full">
|
||||
<table class="h-full">
|
||||
<tbody>
|
||||
<tr class="border-b-white print:border-b-black border-b k">
|
||||
<td>Obc. lok.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>Dł. poc.</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</th>
|
||||
<th width="50" class="border border-white print:border-black">Vmax</th>
|
||||
</tr>
|
||||
@@ -116,7 +118,7 @@
|
||||
|
||||
<td class="border border-white print:border-black relative">
|
||||
<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 }">
|
||||
{{ row.pointName }}
|
||||
<span v-if="row.stopType"> ; {{ row.stopType }}</span>
|
||||
|
||||
Reference in New Issue
Block a user