From c269c1cbe8b9648d3e124ee6f46b74f595d458b7 Mon Sep 17 00:00:00 2001 From: Dragon <> Date: Thu, 28 Mar 2024 00:29:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components.d.ts | 1 + src/views/task/content/Content.vue | 104 +++++++++++++++-------------- 2 files changed, 56 insertions(+), 49 deletions(-) diff --git a/components.d.ts b/components.d.ts index 06ebe68..896d6e9 100644 --- a/components.d.ts +++ b/components.d.ts @@ -27,6 +27,7 @@ declare module 'vue' { NGi: typeof import('naive-ui')['NGi'] NGrid: typeof import('naive-ui')['NGrid'] NGridItem: typeof import('naive-ui')['NGridItem'] + NIcon: typeof import('naive-ui')['NIcon'] NImage: typeof import('naive-ui')['NImage'] NInput: typeof import('naive-ui')['NInput'] NMessageProvider: typeof import('naive-ui')['NMessageProvider'] diff --git a/src/views/task/content/Content.vue b/src/views/task/content/Content.vue index 590d17e..73bd0f5 100644 --- a/src/views/task/content/Content.vue +++ b/src/views/task/content/Content.vue @@ -546,13 +546,13 @@ function getPercent(pictureid: string) {