0
0
Fork 0

Merge branch '5673-claim-development' of https://gitea.verdnatura.es/verdnatura/salix-front into 5673-claim-development

This commit is contained in:
Alex Moreno 2023-08-25 12:56:02 +02:00
commit 94f5deffac
2 changed files with 4 additions and 1 deletions

View File

@ -16,7 +16,7 @@ const token = session.getToken();
/> />
</QAvatar> </QAvatar>
<div class="description"> <div class="description">
<slot name="description"> <slot name="description" v-if="$props.description">
<p> <p>
{{ $props.description }} {{ $props.description }}
</p> </p>

View File

@ -115,6 +115,9 @@ async function insert() {
.q-card { .q-card {
max-width: 80em; max-width: 80em;
} }
.q-dialog .q-card {
width: 400px;
}
</style> </style>
<i18n> <i18n>
es: es: