feat: add component when a table is empty

This commit is contained in:
Sérgio Salgado 2021-02-12 17:45:55 +00:00 committed by Josh Harvey
parent c17ecc770b
commit 48c8d808b0
5 changed files with 71 additions and 3 deletions

View file

@ -39,5 +39,12 @@ export default {
flex: 1,
display: 'flex',
flexDirection: 'column'
})
}),
emptyTable: {
width: '100%',
display: 'flex',
flexDirection: 'column',
alignItems: 'center',
marginTop: 52
}
}