From 827497114dc809f46b2149f9a96678a695f48ecc Mon Sep 17 00:00:00 2001 From: sudoooooo Date: Tue, 11 Jun 2024 19:30:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BC=98=E5=8C=96=E9=A2=84=E8=A7=88?= =?UTF-8?q?=E5=B1=95=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/components.d.ts | 4 + .../modules/contentModule/PreviewPanel.vue | 75 +++++++++---------- 2 files changed, 38 insertions(+), 41 deletions(-) diff --git a/web/components.d.ts b/web/components.d.ts index 8824b169..c897a9e0 100644 --- a/web/components.d.ts +++ b/web/components.d.ts @@ -46,8 +46,10 @@ declare module 'vue' { IEpClose: typeof import('~icons/ep/close')['default'] IEpCopyDocument: typeof import('~icons/ep/copy-document')['default'] IEpDelete: typeof import('~icons/ep/delete')['default'] + IEpIphone: typeof import('~icons/ep/iphone')['default'] IEpLoading: typeof import('~icons/ep/loading')['default'] IEpMinus: typeof import('~icons/ep/minus')['default'] + IEpMonitor: typeof import('~icons/ep/monitor')['default'] IEpMore: typeof import('~icons/ep/more')['default'] IEpPlus: typeof import('~icons/ep/plus')['default'] IEpQuestionFilled: typeof import('~icons/ep/question-filled')['default'] @@ -58,6 +60,8 @@ declare module 'vue' { IEpSortDown: typeof import('~icons/ep/sort-down')['default'] IEpSortUp: typeof import('~icons/ep/sort-up')['default'] IEpTop: typeof import('~icons/ep/top')['default'] + IEpView: typeof import('~icons/ep/view')['default'] + IEpWarningFilled: typeof import('~icons/ep/warning-filled')['default'] RouterLink: typeof import('vue-router')['RouterLink'] RouterView: typeof import('vue-router')['RouterView'] } diff --git a/web/src/management/pages/edit/modules/contentModule/PreviewPanel.vue b/web/src/management/pages/edit/modules/contentModule/PreviewPanel.vue index 4d8ca94e..7c51c200 100644 --- a/web/src/management/pages/edit/modules/contentModule/PreviewPanel.vue +++ b/web/src/management/pages/edit/modules/contentModule/PreviewPanel.vue @@ -1,6 +1,6 @@