From 97593b7dc1f05e0dcaa8009d0750f6cc5f1eae33 Mon Sep 17 00:00:00 2001 From: Kven <2955163637@qq.com> Date: Mon, 19 May 2025 10:41:44 +0800 Subject: [PATCH] =?UTF-8?q?refactor(@vben/common-ui):=20=E4=BC=98=E5=8C=96?= =?UTF-8?q?=E5=A4=9A=E4=B8=AA=E7=BB=84=E4=BB=B6=E7=9A=84=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E5=92=8C=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit -调整 PPT 预览和工作视图组件的布局和样式 - 优化蜘蛛预览和工作视图组件的加载逻辑 - 更新 Word 预览组件的加载逻辑 - 移除不必要的样式和结构,提高组件性能 --- .../common-ui/src/ui/ppt/ppt-perview.vue | 2 +- .../common-ui/src/ui/ppt/ppt-work-view.vue | 58 ++----------------- .../src/ui/spider/spider-preview.vue | 2 +- .../src/ui/spider/spider-work-view.vue | 16 ++--- .../common-ui/src/ui/word/word-preview.vue | 2 +- 5 files changed, 17 insertions(+), 63 deletions(-) diff --git a/packages/effects/common-ui/src/ui/ppt/ppt-perview.vue b/packages/effects/common-ui/src/ui/ppt/ppt-perview.vue index 9131f1f..0a1974a 100644 --- a/packages/effects/common-ui/src/ui/ppt/ppt-perview.vue +++ b/packages/effects/common-ui/src/ui/ppt/ppt-perview.vue @@ -45,7 +45,7 @@ const [Drawer, drawerApi] = useVbenDrawer({ });