forked from verdnatura/salix-front
fix: refs #7353 fine tunning ui
This commit is contained in:
parent
6216eedd88
commit
df56eefe2f
|
@ -143,7 +143,7 @@ const columns = computed(() => [
|
|||
margin-bottom: 0;
|
||||
flex-direction: row;
|
||||
> * {
|
||||
max-width: 105px;
|
||||
max-width: 125px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
@ -132,7 +132,6 @@ const openTab = (id) =>
|
|||
:table="{
|
||||
'row-key': 'id',
|
||||
selection: 'multiple',
|
||||
'hide-bottom': true,
|
||||
}"
|
||||
default-mode="table"
|
||||
:row-click="({ id }) => openTab(id)"
|
||||
|
|
Loading…
Reference in New Issue