funcion/refactor-general #45

Merged
atasistro merged 240 commits from funcion/refactor-general into master 2025-06-19 21:10:19 -03:00
Showing only changes of commit 2c720faca7 - Show all commits

View file

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