hotfixy designu

This commit is contained in:
2024-03-23 23:55:18 +01:00
parent 1ec75bda70
commit fb2348e774
7 changed files with 39 additions and 29 deletions
@@ -35,16 +35,14 @@
{{ timetable.driverName }}
</strong>
<span v-if="timetable.terminated == false">
&bull;
<button
class="btn--image btn-timetable"
@click.stop="showTimetable(timetable, $event.currentTarget)"
>
<img src="/images/icon-train.svg" alt="" />
RJ ONLINE
</button>
</span>
<button
v-if="timetable.terminated == false"
class="btn--image btn--action btn-timetable"
@click.stop="showTimetable(timetable, $event.currentTarget)"
>
<img src="/images/icon-train.svg" alt="" />
{{ $t('journal.timetable-online-button') }}
</button>
</span>
<span class="general-time">
@@ -156,7 +154,12 @@ export default defineComponent({
.btn-timetable {
display: inline-block;
padding: 0;
padding: 0.1em 0.4em;
margin-left: 0.5em;
img {
vertical-align: top;
}
}
@include smallScreen {
@@ -5,7 +5,7 @@
v-for="{ timetable, showExtraInfo } in computedTimetableHistory"
class="journal_item"
:key="timetable.id"
@click="showExtraInfo.value = !showExtraInfo.value"
@click.stop.prevent="showExtraInfo.value = !showExtraInfo.value"
>
<div class="journal_item-info">
<!-- General -->