0
0
Fork 0

Fix route summary dialog

This commit is contained in:
Kevin Martinez 2024-01-25 08:09:43 -03:00
parent 103e2f65dc
commit 6629a2d59a
2 changed files with 2 additions and 2 deletions

View File

@ -225,7 +225,7 @@ const setTicketsRoute = async () => {
}
.dialog {
max-width: 1200px;
max-width: 1280px;
}
</style>
<i18n>

View File

@ -131,7 +131,7 @@ const openBuscaman = async (route, ticket) => {
</script>
<template>
<div class="q-pa-md">
<div class="q-pa-md full-width">
<CardSummary ref="summary" :url="`Routes/${entityId}/summary`">
<template #header-left>
<RouterLink :to="{ name: `RouteSummary`, params: { id: entityId } }">