mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 21:38:13 +00:00
Poprawki kodu. Dodano interaktywność rozkładów jazdy.
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
>
|
||||
<td
|
||||
class="item-station-name"
|
||||
:class="{'default-station': station.default, 'online': station.online}"
|
||||
:class="{'default-station': station.default, 'online': station.online, 'station-unavailable': station.unavailable}"
|
||||
>{{station.stationName}}</td>
|
||||
|
||||
<td class="item-station-level">
|
||||
@@ -329,4 +329,9 @@ export default class StationTable extends styleMixin {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.station-unavailable {
|
||||
color: #ff1e1e;
|
||||
font-weight: bold;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user