przeniesienie skrótów do widoku scenerii

This commit is contained in:
2023-04-13 19:11:44 +02:00
parent 074d1eb155
commit 475bd2ff10
6 changed files with 17 additions and 12 deletions
+9 -3
View File
@@ -4,6 +4,8 @@
{{ station.name }}
</a>
<div class="scenery-abbrev">{{ $t('scenery.abbrev') }} <b>{{ station.generalInfo?.abbr }}</b></div>
<div class="scenery-hash" v-if="station.onlineInfo?.hash">#{{ station.onlineInfo.hash }}</div>
</section>
</template>
@@ -28,16 +30,20 @@ export default defineComponent({
.scenery-name {
font-weight: bold;
position: relative;
font-size: 3em;
text-transform: uppercase;
}
.scenery-abbrev {
font-size: 1.3em;
color: #aaa;
}
.scenery-hash {
margin-top: 0.5em;
color: #aaa;
font-size: 1.2em;
}
</style>
+2 -1
View File
@@ -30,8 +30,9 @@
style="color: salmon; text-decoration: underline; font-weight: bold"
:href="station.generalInfo.projectUrl"
target="_blank"
>{{ station.generalInfo.project }}</a
>
{{ station.generalInfo.project }}
</a>
</span>
</div>
@@ -53,10 +53,6 @@
{{ station.name }}
</td>
<td>
{{ station.generalInfo?.abbr }}
</td>
<td class="station_level">
<span v-if="station.generalInfo">
<span