From df252ab95f46463131c0874b8149d465fee0a5e3 Mon Sep 17 00:00:00 2001 From: lion <120344285@qq.com> Date: Fri, 18 Jul 2025 15:41:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=A4=A7=E5=B0=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/viewFile/viewFile.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) } }