diff --git a/components/admin/ticket.vue b/components/admin/ticket.vue index fecc21d..f9e1d90 100644 --- a/components/admin/ticket.vue +++ b/components/admin/ticket.vue @@ -80,6 +80,9 @@ export default { validado: null, numeroCuenta: localStorage.getItem('noCuenta'), + + zoom: 1, + zooms: '', } }, methods: { @@ -162,11 +165,13 @@ export default { } .zoom:hover { - transform: scale(1.6); + transform: scale(1.9); position: relative; display: flex; - height: 350px; - margin-top: 35%; - margin-bottom: 35%; + height: 385px; + margin-top: 55%; + margin-bottom: 55%; + margin-left: 10%; + margin-right: 10%; }