0
0
Fork 0

fix: refs #7353 fine tunning ui

This commit is contained in:
Jorge Penadés 2024-09-20 15:46:54 +02:00
parent 6216eedd88
commit df56eefe2f
2 changed files with 1 additions and 2 deletions

View File

@ -143,7 +143,7 @@ const columns = computed(() => [
margin-bottom: 0;
flex-direction: row;
> * {
max-width: 105px;
max-width: 125px;
}
}
</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)"