mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Dodano uwagi eksploatacyjne na liście rozkładów scenerii; poprawki tooltipów
This commit is contained in:
@@ -87,7 +87,6 @@
|
||||
<script lang="ts">
|
||||
import TrainStop from '@/scripts/interfaces/TrainStop';
|
||||
import { computed, defineComponent } from '@vue/runtime-core';
|
||||
import decodedChars from '@/data/decodedChars.json';
|
||||
|
||||
export default defineComponent({
|
||||
props: {
|
||||
@@ -148,11 +147,6 @@ export default defineComponent({
|
||||
'last-confirmed': index == this.lastConfirmed && !stop.terminatesHere,
|
||||
};
|
||||
},
|
||||
|
||||
decodeSWDRComment(comment: string) {
|
||||
const test = 'kurwęaę';
|
||||
const charsToDecode = test.split('&#x');
|
||||
},
|
||||
},
|
||||
});
|
||||
</script>
|
||||
@@ -214,13 +208,12 @@ $stopNameClr: #22a8d1;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
.g-tooltip > .content {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
img {
|
||||
width: 1em;
|
||||
.g-tooltip {
|
||||
margin-left: 0.5em;
|
||||
|
||||
img {
|
||||
width: 1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user