This commit is contained in:
parent
6216eedd88
commit
df56eefe2f
|
@ -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>
|
||||||
|
|
|
@ -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)"
|
||||||
|
|
Loading…
Reference in New Issue