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