From a4025834e2304dc57f6e98d58feeb9416bd90609 Mon Sep 17 00:00:00 2001
From: xiaoyi <908147524@qq.com>
Date: 星期四, 20 八月 2026 14:10:49 +0800
Subject: [PATCH] feat 功能变更
---
src/components/file-preview/file-preview-modal.vue | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/components/file-preview/file-preview-modal.vue b/src/components/file-preview/file-preview-modal.vue
index 118d4d9..8ede19c 100644
--- a/src/components/file-preview/file-preview-modal.vue
+++ b/src/components/file-preview/file-preview-modal.vue
@@ -14,8 +14,7 @@
const VueOfficeExcel = defineAsyncComponent(() => import('@vue-office/excel'));
const VueOfficePptx = defineAsyncComponent(() => import('@vue-office/pptx'));
-// @vue-office/excel 闇�瑕侀澶栧鍏� CSS
-import '@vue-office/excel/lib/v3/style.css';
+// @vue-office/excel CSS 閫氳繃 vite.config.ts 鐨� css.preprocessorOptions 娉ㄥ叆
const props = withDefaults(
defineProps<{
--
Gitblit v1.9.3