bump 2.3.1; poprawki responsywności tabelki

This commit is contained in:
2023-12-10 14:39:27 +01:00
parent 9dd7b33d08
commit ffed250321
5 changed files with 17 additions and 10 deletions
+2 -4
View File
@@ -9,11 +9,9 @@ export default defineComponent({
// !Oc_2EPB
return `<span ${route.routeSpeed != 0 && route.routeLength != 0 ? 'class="text--accent"' : ''}>${
route.isInternal ? '<u>' + route.routeName + '</u>' : route.routeName
}</span> <span style='color: #aaa'>(${route.routeTracks}/${route.isElectric ? 'E' : 'N'}/${
route.isRouteSBL ? 'S' : 'P'
})`;
}</span> <span style='color: #aaa'>(${route.routeTracks}/${route.isElectric ? 'E' : 'N'}/${route.isRouteSBL ? 'S' : 'P'})</span>`;
})
.join(', ');
.join(' ');
},
},
});