fix: cash boxes table height
This commit is contained in:
parent
a29f3fc13c
commit
b86bcf63ff
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ export default {
|
|||
height: 36
|
||||
},
|
||||
tBody: {
|
||||
maxHeight: '65vh',
|
||||
maxHeight: 'calc(100vh - 350px)',
|
||||
overflow: 'auto'
|
||||
},
|
||||
tableWidth: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue