refactor: refs #6899 corrected Lilium styles and functionalities #304
|
@ -145,9 +145,6 @@ select:-webkit-autofill {
|
|||
}
|
||||
}
|
||||
|
||||
.q-btn {
|
||||
text-transform: none;
|
||||
}
|
||||
.tr-header {
|
||||
color: var(--vn-label-color);
|
||||
jon marked this conversation as resolved
|
||||
}
|
||||
|
|
|
@ -171,7 +171,7 @@ const ticketsColumns = ref([
|
|||
</template>
|
||||
<template #body-cell-quantity="{ value, row }">
|
||||
<QTd>
|
||||
<QBtn flat color="primary" dense>
|
||||
<QBtn class="no-uppercase" flat color="primary" dense>
|
||||
{{ value }}
|
||||
<CustomerDescriptorProxy :id="row.id" />
|
||||
</QBtn>
|
||||
|
@ -182,3 +182,8 @@ const ticketsColumns = ref([
|
|||
</template>
|
||||
</CardSummary>
|
||||
jon marked this conversation as resolved
Outdated
jgallego
commented
no se ponen colores en el codigo, hay que usar variables con los colores definidos no se ponen colores en el codigo, hay que usar variables con los colores definidos
|
||||
</template>
|
||||
<style lang="scss" scoped>
|
||||
.no-uppercase {
|
||||
text-transform: none;
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -119,8 +119,8 @@ const columns = computed(() => [
|
|||
},
|
||||
{
|
||||
label: t('invoiceOut.negativeBases.comercial'),
|
||||
field: 'workerSocialName',
|
||||
name: 'comercial',
|
||||
field: 'workerName',
|
||||
name: 'worker',
|
||||
align: 'left',
|
||||
},
|
||||
]);
|
||||
|
@ -181,10 +181,10 @@ const downloadCSV = async () => {
|
|||
<TicketDescriptorProxy :id="row.ticketFk" />
|
||||
</QTd>
|
||||
</template>
|
||||
<template #body-cell-comercial="{ row }">
|
||||
<template #body-cell-worker="{ row }">
|
||||
<QTd>
|
||||
<QBtn class="no-uppercase" flat dense color="blue">{{
|
||||
row.workerSocial
|
||||
row.workerName
|
||||
}}</QBtn>
|
||||
<WorkerDescriptorProxy :id="row.comercialId" />
|
||||
</QTd>
|
||||
|
|
Loading…
Reference in New Issue
Volem q tots els botons dixen de estar en majuscules??
Yo dejaría el css del botón como estaba antes y una vez esté Lilium migrado mirar como están los botones en salix y ponerlo igual en Lilium