From 939f280e7152f2f93f88cfb97f6952a8d87c16c4 Mon Sep 17 00:00:00 2001 From: songjianet <1778651752@qq.com> Date: Thu, 10 Mar 2022 22:10:03 +0800 Subject: [PATCH] [Fix][UI Next][V1.0.0-Alpha] Fix the letters overlap with the input field. (#8821) --- .../projects/workflow/components/dag/dag-save-modal.tsx | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-save-modal.tsx b/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-save-modal.tsx index f95fab6ee5..fc5640f659 100644 --- a/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-save-modal.tsx +++ b/dolphinscheduler-ui-next/src/views/projects/workflow/components/dag/dag-save-modal.tsx @@ -176,11 +176,8 @@ export default defineComponent({ autoFocus={false} > @@ -209,8 +206,7 @@ export default defineComponent({ min={0} v-slots={{ suffix: () => '分' - }} - > + }} /> )} {props.definition && ( - + {t('project.dag.online_directly')}