diff --git a/ui/src/styles/element-plus.scss b/ui/src/styles/element-plus.scss
index 3a685a14..76467600 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 8cd847b4..a2137be4 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 ec1837a6..3c99a4f5 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 }}