diff --git a/src/components/viewFile/viewFile.vue b/src/components/viewFile/viewFile.vue index 3f56d0c..5a18f6c 100644 --- a/src/components/viewFile/viewFile.vue +++ b/src/components/viewFile/viewFile.vue @@ -9,8 +9,8 @@
- - +
@@ -136,7 +136,7 @@ this.url = "" this.diaShow = false this.typeName = 'file' - this.isfullscreen = false + this.isfullscreen = true this.$emit('update:isShow', false) } }