From e8f80646f1d2de4c894d6fa0f0578d288e512eb2 Mon Sep 17 00:00:00 2001 From: "DESKTOP-6C3NK6N\\WXS" <815034831@qq.com> Date: Fri, 11 Oct 2024 14:58:08 +0800 Subject: [PATCH] =?UTF-8?q?=E9=A2=84=E8=A7=88=E9=AB=98=E5=BA=A6=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dictionary/attachment/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/dictionary/attachment/index.vue b/src/views/dictionary/attachment/index.vue index 3e69e915..08dd427c 100644 --- a/src/views/dictionary/attachment/index.vue +++ b/src/views/dictionary/attachment/index.vue @@ -35,7 +35,7 @@ @@ -43,7 +43,7 @@ v-else-if="excelTypes.includes(Preview.type)" :src="Preview.path" :options="options" - style="height: 80vh" + style="height: calc(100vh - 70px)" @rendered="renderedHandler" @error="errorHandler" />