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>
|
</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>
|
||||||
|
|
|
@ -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:
|
||||||
|
|
Loading…
Reference in New Issue