From b635c1fd08baf067d6f4a29a6729d3789f0f7a53 Mon Sep 17 00:00:00 2001 From: lixinran Date: Wed, 15 Oct 2025 12:58:36 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DVditor=E5=B7=A5=E5=85=B7?= =?UTF-8?q?=E6=A0=8F=E6=98=BE=E7=A4=BA=E5=BC=82=E5=B8=B8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在main.ts中添加Vditor CSS样式引入 - 修复ReportDrawer.vue中Vditor配置 - 使用官方文档推荐的完整工具栏配置 - 添加nextTick确保DOM完全渲染 - 修复工具栏pin配置和版本号匹配 --- .../src/components/ReportDrawer.vue | 201 ++++++++++++++---- vue-info-reporter/src/main.ts | 1 + 2 files changed, 157 insertions(+), 45 deletions(-) diff --git a/vue-info-reporter/src/components/ReportDrawer.vue b/vue-info-reporter/src/components/ReportDrawer.vue index 43f81903..4fb2feb2 100644 --- a/vue-info-reporter/src/components/ReportDrawer.vue +++ b/vue-info-reporter/src/components/ReportDrawer.vue @@ -77,11 +77,11 @@
- +
@@ -163,7 +163,8 @@