Cambiado margen derecho

This commit is contained in:
Alejandro Tasistro 2025-05-27 19:27:06 -03:00
parent 85fa9f1e9b
commit 2c720faca7

View file

@ -1,5 +1,5 @@
<template>
<div class="fixed-right">
<div class="fixed-right mr-3">
<table v-show="mostrar_tabla" class="table is-striped is-bordered tabla-chismosa is-narrow">
<thead>
<tr>
@ -80,6 +80,5 @@ export default {
position: fixed;
overflow-y: auto;
max-height: 81vh;
margin-right: 20px;
}
</style>