aumento del zoom
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user