This commit is contained in:
parent
1de5690826
commit
bf023ec4b0
|
@ -1,7 +1,6 @@
|
|||
<template>
|
||||
<div
|
||||
id="page"
|
||||
ref="pageRef"
|
||||
:style="[
|
||||
{
|
||||
'--scale': store.state.pagePosition.scale,
|
||||
|
@ -83,7 +82,7 @@ window.onresize = () => {
|
|||
</style>
|
||||
<style lang="less">
|
||||
#app {
|
||||
height: auto;
|
||||
// height: auto;
|
||||
overflow: hidden;
|
||||
}
|
||||
#page {
|
||||
|
|
Loading…
Reference in New Issue