fix: refs #7353 fine tunning ui
gitea/salix-front/pipeline/pr-master This commit looks good Details

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; margin-bottom: 0;
flex-direction: row; flex-direction: row;
> * { > * {
max-width: 105px; max-width: 125px;
} }
} }
</style> </style>

View File

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