fix: refs #7353 horizontal scroll #735

Merged
jorgep merged 7 commits from 7353-hotfix-fixUI into master 2024-09-20 13:49:04 +00:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit df56eefe2f - Show all commits

View File

@ -143,7 +143,7 @@ const columns = computed(() => [
margin-bottom: 0;
flex-direction: row;
> * {
max-width: 105px;
max-width: 125px;

Ahora solo se usa el espacio necesario

Ahora solo se usa el espacio necesario
}
}
</style>

View File

@ -132,7 +132,6 @@ const openTab = (id) =>
:table="{
'row-key': 'id',
selection: 'multiple',
'hide-bottom': true,
}"
default-mode="table"
:row-click="({ id }) => openTab(id)"