Fix standard component table layout
This commit is contained in:
parent
f241f201b9
commit
ca6da5144e
|
@ -64,6 +64,7 @@
|
|||
displayName: null,
|
||||
order: 0,
|
||||
sortable: false,
|
||||
divider: true,
|
||||
}
|
||||
}
|
||||
fields.forEach(field => {
|
||||
|
@ -92,9 +93,3 @@
|
|||
<slot />
|
||||
</Table>
|
||||
</div>
|
||||
|
||||
<style>
|
||||
div {
|
||||
display: flex !important;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue