From 6515a1750a3492bb6485fbd0fabb4c17d912308c Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Thu, 29 Feb 2024 16:12:31 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=A0=B7=E5=BC=8F=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/styles/element-plus.scss | 3 +++ ui/src/views/dataset/step/StepSecond.vue | 3 --- ui/src/views/paragraph/component/ParagraphForm.vue | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ui/src/styles/element-plus.scss b/ui/src/styles/element-plus.scss index 3a685a145..764676002 100644 --- a/ui/src/styles/element-plus.scss +++ b/ui/src/styles/element-plus.scss @@ -305,3 +305,6 @@ .el-popover { --el-popover-padding: 16px; } +.el-radio__input.is-checked + .el-radio__label { + color: var(--app-text-color); +} diff --git a/ui/src/views/dataset/step/StepSecond.vue b/ui/src/views/dataset/step/StepSecond.vue index 8cd847b4d..a2137be4a 100644 --- a/ui/src/views/dataset/step/StepSecond.vue +++ b/ui/src/views/dataset/step/StepSecond.vue @@ -199,9 +199,6 @@ defineExpose({ position: absolute; top: 16px; } - :deep(.el-radio__input.is-checked + .el-radio__label) { - color: var(--app-text-color); - } .active { border: 1px solid var(--el-color-primary); } diff --git a/ui/src/views/paragraph/component/ParagraphForm.vue b/ui/src/views/paragraph/component/ParagraphForm.vue index ec1837a63..3c99a4f58 100644 --- a/ui/src/views/paragraph/component/ParagraphForm.vue +++ b/ui/src/views/paragraph/component/ParagraphForm.vue @@ -9,7 +9,7 @@ > - {{ form.title || '-' }} + {{ form.title || '-' }} - {{ form.content }} + {{ form.content }}