- aggiornamento catalogo: lista titoli del catalogo
- scheda prodotto libro - migliorata tabella prodotto
This commit is contained in:
@@ -1,9 +1,10 @@
|
||||
<template>
|
||||
<div class="q-gutter-y-xs column" style="min-width: 100px">
|
||||
<q-field
|
||||
:label="label"
|
||||
stack-label
|
||||
:label="label ? label : undefined"
|
||||
:stack-label="!!label"
|
||||
outlined
|
||||
:dense="dense"
|
||||
color="blue-6"
|
||||
>
|
||||
|
||||
@@ -12,7 +13,7 @@
|
||||
</template>
|
||||
<template v-slot:control>
|
||||
<div class="self-center full-width no-outline" tabindex="0">
|
||||
<span :class="class_text" :style="`color: ` + color ">{{ value }}</span>
|
||||
<span :class="class_text" :style="`color: ` + color " v-html="value"></span>
|
||||
<slot></slot>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user