style: #refs remove commentst
gitea/salix-front/pipeline/pr-master This commit looks good Details

This commit is contained in:
Javier Segarra 2024-10-04 09:17:48 +02:00
parent 01764f4954
commit d34a7b5839
2 changed files with 3 additions and 21 deletions

View File

@ -272,14 +272,12 @@ es:
<style>
.icon-container {
position: relative;
width: 24px; /* Ajusta el ancho del contenedor según el tamaño de tus íconos */
height: 25px; /* Ajusta la altura del contenedor según el tamaño de tus íconos */
width: 24px;
height: 25px;
}
.icon {
position: absolute;
/* font-size: 1.715em; */
/* zoom: 0.8; */
}
.first-icon {
@ -288,6 +286,6 @@ es:
}
.second-icon {
right: 2px; /* Espacio a la izquierda del segundo ícono */
right: 2px;
}
</style>

View File

@ -55,22 +55,6 @@ const openOrderCreateForm = () => {
</script>
<template>
<!-- <QItem v-ripple clickable @click="openTicketCreateForm()">
<QItemSection>
{{ t('globals.pageTitles.createTicket') }}
<QDialog ref="ticketCreateFormDialog">
<TicketCreateDialog />
</QDialog>
</QItemSection>
</QItem>
<QItem v-ripple clickable @click="openOrderCreateForm()">
<QItemSection>
{{ t('globals.pageTitles.createOrder') }}
<QDialog ref="orderCreateFormDialog">
<OrderCreateDialog :client-fk="customer.id" />
</QDialog>
</QItemSection>
</QItem> -->
<QItem v-ripple clickable>
<QItemSection @click="showSmsDialog()">{{ t('Send SMS') }}</QItemSection>
</QItem>