优化单据的全屏事件

This commit is contained in:
季圣华
2021-11-04 22:35:31 +08:00
parent 592c840c1a
commit b62e0b95dc
2 changed files with 59 additions and 58 deletions

View File

@@ -44,7 +44,7 @@
<script>
import { getClass, getStyle } from '@/utils/props-util'
import { handleIntroJs } from "@/utils/util"
import { triggerWindowResizeEvent, handleIntroJs } from "@/utils/util"
import Vue from 'vue'
export default {
@@ -172,6 +172,7 @@
/** 切换全屏 */
toggleFullscreen() {
this.innerFullscreen = !this.innerFullscreen
triggerWindowResizeEvent()
},
}