优化单据的全屏事件
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
|
||||
/*弹出modal 先有content后有body 故滚动条控制在body上*/
|
||||
.ant-modal-cust-warp .ant-modal-content {
|
||||
height: 90% !important;
|
||||
height: 90%;
|
||||
overflow-y: hidden
|
||||
}
|
||||
/*列表中有图片的加这个样式 参考用户管理*/
|
||||
|
||||
@@ -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()
|
||||
},
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user