style: #refs remove commentst
gitea/salix-front/pipeline/pr-master This commit looks good
Details
gitea/salix-front/pipeline/pr-master This commit looks good
Details
This commit is contained in:
parent
01764f4954
commit
d34a7b5839
|
@ -272,14 +272,12 @@ es:
|
||||||
<style>
|
<style>
|
||||||
.icon-container {
|
.icon-container {
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 24px; /* Ajusta el ancho del contenedor según el tamaño de tus íconos */
|
width: 24px;
|
||||||
height: 25px; /* Ajusta la altura del contenedor según el tamaño de tus íconos */
|
height: 25px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
/* font-size: 1.715em; */
|
|
||||||
/* zoom: 0.8; */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.first-icon {
|
.first-icon {
|
||||||
|
@ -288,6 +286,6 @@ es:
|
||||||
}
|
}
|
||||||
|
|
||||||
.second-icon {
|
.second-icon {
|
||||||
right: 2px; /* Espacio a la izquierda del segundo ícono */
|
right: 2px;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
@ -55,22 +55,6 @@ const openOrderCreateForm = () => {
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<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>
|
<QItem v-ripple clickable>
|
||||||
<QItemSection @click="showSmsDialog()">{{ t('Send SMS') }}</QItemSection>
|
<QItemSection @click="showSmsDialog()">{{ t('Send SMS') }}</QItemSection>
|
||||||
</QItem>
|
</QItem>
|
||||||
|
|
Loading…
Reference in New Issue