|
|
@ -95,7 +95,7 @@ export default { |
|
|
|
}, |
|
|
|
computed: { |
|
|
|
tableHeight() { |
|
|
|
return (this.clientHeight - 100) + 'px' |
|
|
|
return (this.clientHeight - 10) + 'px' |
|
|
|
}, |
|
|
|
...mapGetters(['clientHeight', 'resolution']), |
|
|
|
}, |
|
|
@ -307,7 +307,7 @@ export default { |
|
|
|
padding: 0px; |
|
|
|
z-index: 2; |
|
|
|
width: calc(100vw - 100px); |
|
|
|
height: calc(100vh - 200px); |
|
|
|
height: calc(100vh - 100px); |
|
|
|
} |
|
|
|
|
|
|
|
#luckysheet { |
|
|
|