From ccd4747203568bf3dec5a36b46123395514a5c14 Mon Sep 17 00:00:00 2001
From: Jason <5340635+wen-jason@user.noreply.gitee.com>
Date: Mon, 19 Sep 2022 14:52:45 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AF=8C=E6=96=87=E6=9C=AC?=
=?UTF-8?q?=E7=BC=96=E8=BE=91=E5=99=A8=E6=A0=B7=E5=BC=8F=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
admin/src/components/editor/index.vue | 33 ++++++++++++++++++++++++-
admin/src/components/material/index.vue | 8 +++---
2 files changed, 37 insertions(+), 4 deletions(-)
diff --git a/admin/src/components/editor/index.vue b/admin/src/components/editor/index.vue
index c2f8920a..831bbcd3 100644
--- a/admin/src/components/editor/index.vue
+++ b/admin/src/components/editor/index.vue
@@ -39,7 +39,7 @@ const props = withDefaults(
}>(),
{
modelValue: '',
- mode: 'simple',
+ mode: 'default',
height: '100%',
width: 'auto',
toolbarConfig: () => ({
@@ -100,3 +100,34 @@ const handleCreated = (editor: any) => {
editorRef.value = editor // 记录 editor 实例,重要!
}
+
+
diff --git a/admin/src/components/material/index.vue b/admin/src/components/material/index.vue
index ae49e1ad..c29d7e93 100644
--- a/admin/src/components/material/index.vue
+++ b/admin/src/components/material/index.vue
@@ -226,14 +226,16 @@
-
+
-
+
- {{ row.name }}
+
+ {{ row.name }}
+