From ba9305c405a0e4d16c6dee1e983789c8a3f35679 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Wed, 13 Mar 2024 16:03:43 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20markdown=E7=BC=96=E8=BE=91=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/styles/app.scss | 8 +++++++ .../dataset/component/EditParagraphDialog.vue | 2 +- .../paragraph/component/ParagraphDialog.vue | 8 +++---- .../paragraph/component/ParagraphForm.vue | 24 ++++++++++++++----- 4 files changed, 31 insertions(+), 11 deletions(-) diff --git a/ui/src/styles/app.scss b/ui/src/styles/app.scss index b47dd0ff8..7690099a6 100644 --- a/ui/src/styles/app.scss +++ b/ui/src/styles/app.scss @@ -518,3 +518,11 @@ h4 { } } } + +// markdown + +.ͼ1 .cm-placeholder { + color: var(--app-input-color-placeholder); + font-size: 14px; + font-weight: 400; +} diff --git a/ui/src/views/dataset/component/EditParagraphDialog.vue b/ui/src/views/dataset/component/EditParagraphDialog.vue index f5808378d..d82ef305e 100644 --- a/ui/src/views/dataset/component/EditParagraphDialog.vue +++ b/ui/src/views/dataset/component/EditParagraphDialog.vue @@ -1,5 +1,5 @@