From 1be080237bad025651247bd24dc5ad2b24520f8d Mon Sep 17 00:00:00 2001 From: songjianet <1778651752@qq.com> Date: Fri, 19 Nov 2021 11:46:45 +0800 Subject: [PATCH] [Fix-6896] fix the problem that the name search cannot be used. (#6911) --- dolphinscheduler-ui/src/sass/common/index.scss | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/dolphinscheduler-ui/src/sass/common/index.scss b/dolphinscheduler-ui/src/sass/common/index.scss index e5ca5eb563..881d1b8420 100644 --- a/dolphinscheduler-ui/src/sass/common/index.scss +++ b/dolphinscheduler-ui/src/sass/common/index.scss @@ -80,21 +80,19 @@ body{ //background: #f8fbfe; } .conditions-model { - height: 50px; - position: relative; + display: flex; + justify-content: space-between; + align-items: center; + margin: 10px 0; .left { - position: absolute; - left: 12px; - top: 13px; + margin-left: 12px; } .right { - position: absolute; - right: 8px; - top: 13px; - .form-box { + margin-right: 8px; + > .form-box { .list { float: right; - margin-right: 4px; + margin: 3px 4px 3px 0; } } }