瀏覽代碼

解决设备档案图片预览(PopupManager层级导致页面卡顿问题)

shenqilong 6 月之前
父節點
當前提交
3e4624f45b
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/business/platform/file/image/index.vue

+ 2 - 1
src/business/platform/file/image/index.vue

@@ -521,7 +521,8 @@ export default {
     // },
     // 预览
     clickHandler(file, index) {
-      this.zIndex = this.fixZIndex()
+      // this.zIndex = this.fixZIndex()
+      this.zIndex = 99999999
       this.initialIndex = index
       this.showViewer = true
     },