Cambiado margen derecho
This commit is contained in:
parent
85fa9f1e9b
commit
2c720faca7
1 changed files with 1 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue