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
|
height: 36
|
||||||
},
|
},
|
||||||
tBody: {
|
tBody: {
|
||||||
maxHeight: '65vh',
|
maxHeight: 'calc(100vh - 350px)',
|
||||||
overflow: 'auto'
|
overflow: 'auto'
|
||||||
},
|
},
|
||||||
tableWidth: {
|
tableWidth: {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue