1
0
Fork 0
mirror of synced 2024-07-05 06:20:55 +12:00

Fix standard component table layout

This commit is contained in:
Andrew Kingston 2021-04-16 09:40:04 +01:00
parent f241f201b9
commit ca6da5144e

View file

@ -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>