This commit is contained in:
lnn19986213 2024-01-02 11:03:15 +08:00
parent 1de5690826
commit bf023ec4b0
1 changed files with 1 additions and 2 deletions

View File

@ -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 {