From 22ef828e83c6fdfaa8ef1733b64596b1a3429acf Mon Sep 17 00:00:00 2001 From: Andres2908 Date: Wed, 4 May 2022 23:23:53 -0500 Subject: [PATCH] aumento del zoom --- components/admin/ticket.vue | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) 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%; }