feat: add component when a table is empty
This commit is contained in:
parent
c17ecc770b
commit
48c8d808b0
5 changed files with 71 additions and 3 deletions
|
|
@ -39,5 +39,12 @@ export default {
|
|||
flex: 1,
|
||||
display: 'flex',
|
||||
flexDirection: 'column'
|
||||
})
|
||||
}),
|
||||
emptyTable: {
|
||||
width: '100%',
|
||||
display: 'flex',
|
||||
flexDirection: 'column',
|
||||
alignItems: 'center',
|
||||
marginTop: 52
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue