forked from verdnatura/salix-front
Merge branch 'dev' into 5673-claim-development
This commit is contained in:
commit
edc55f2154
|
@ -16,7 +16,7 @@ const token = session.getToken();
|
|||
/>
|
||||
</QAvatar>
|
||||
<div class="description">
|
||||
<slot name="description">
|
||||
<slot name="description" v-if="$props.description">
|
||||
<p>
|
||||
{{ $props.description }}
|
||||
</p>
|
||||
|
|
|
@ -115,6 +115,9 @@ async function insert() {
|
|||
.q-card {
|
||||
max-width: 80em;
|
||||
}
|
||||
.q-dialog .q-card {
|
||||
width: 400px;
|
||||
}
|
||||
</style>
|
||||
<i18n>
|
||||
es:
|
||||
|
|
Loading…
Reference in New Issue