From 6ae76096a23c60895d54251d3ff2de20c3390f84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A5=9D=E8=A8=80=E5=AD=9F?= <1656307454@qq.com> Date: Sat, 24 Feb 2024 23:51:40 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9F=A5=E7=9C=8B=E5=8D=8F=E8=AE=AE?= =?UTF-8?q?=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../content/richText/modules/ViewForm.vue | 21 ++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/src/views/content/richText/modules/ViewForm.vue b/src/views/content/richText/modules/ViewForm.vue index f832c6e..b2a11cd 100644 --- a/src/views/content/richText/modules/ViewForm.vue +++ b/src/views/content/richText/modules/ViewForm.vue @@ -8,16 +8,16 @@ @ok="handleSubmit" @cancel="handleCancel" > - +
+

+
+ @@ -33,7 +33,7 @@ export default { data () { return { // 对话框标题 - title: '编辑富文本管理', + title: '查看富文本管理', // 标签布局属性 labelCol: { span: 7 }, // 输入框布局属性 @@ -104,3 +104,10 @@ export default { } } + +