diff --git a/ui/src/views/application/ApplicationSetting.vue b/ui/src/views/application/ApplicationSetting.vue index 30c1c9998..fbb028ef0 100644 --- a/ui/src/views/application/ApplicationSetting.vue +++ b/ui/src/views/application/ApplicationSetting.vue @@ -865,4 +865,8 @@ onMounted(() => { .prologue-md-editor { height: 150px; } + +:deep(.el-form-item__label) { + display: block; +} diff --git a/ui/src/workflow/nodes/base-node/index.vue b/ui/src/workflow/nodes/base-node/index.vue index 196be0f6c..181296fd2 100644 --- a/ui/src/workflow/nodes/base-node/index.vue +++ b/ui/src/workflow/nodes/base-node/index.vue @@ -285,7 +285,7 @@ const props = defineProps<{ nodeModel: any }>() const sttModelOptions = ref(null) const ttsModelOptions = ref(null) const providerOptions = ref>([]) -const TTSModeParamSettingDialogRef = ref>() +const TTSModeParamSettingDialogRef = ref>() const form = { name: '', @@ -420,4 +420,8 @@ onMounted(() => { getSTTModel() }) - +