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