From a4bd1f12a040beaa62b8d651cd99d31892b491dd Mon Sep 17 00:00:00 2001 From: truthhun <1272881215@qq.com> Date: Mon, 16 Oct 2023 17:16:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=87=92=E5=8A=A0=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/components/DocumentCover.vue | 1 + web/pages/index.vue | 22 ++++++++++++++-------- 2 files changed, 15 insertions(+), 8 deletions(-) diff --git a/web/components/DocumentCover.vue b/web/components/DocumentCover.vue index 2b3f3ef..e60c143 100644 --- a/web/components/DocumentCover.vue +++ b/web/components/DocumentCover.vue @@ -5,6 +5,7 @@ ? `/view/cover/${document.attachment.hash}` : '' " + lazy :alt="document.title" :style="{ height: height }" > diff --git a/web/pages/index.vue b/web/pages/index.vue index 8d405d9..80f56da 100644 --- a/web/pages/index.vue +++ b/web/pages/index.vue @@ -1,9 +1,9 @@