Просмотр исходного кода

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

shenqilong 4 месяцев назад
Родитель
Сommit
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
     },