You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by le...@apache.org on 2021/11/30 08:43:31 UTC

[dolphinscheduler] branch 2.0.1-prepare updated: [Fix-6896] fix the problem that the name search cannot be used. (#7071)

This is an automated email from the ASF dual-hosted git repository.

leonbao pushed a commit to branch 2.0.1-prepare
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


The following commit(s) were added to refs/heads/2.0.1-prepare by this push:
     new cea283f  [Fix-6896] fix the problem that the name search cannot be used. (#7071)
cea283f is described below

commit cea283f7db8b214da6c34c4686edeccf43bd3273
Author: songjianet <17...@qq.com>
AuthorDate: Tue Nov 30 16:43:24 2021 +0800

    [Fix-6896] fix the problem that the name search cannot be used. (#7071)
---
 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 e5ca5eb..881d1b8 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;
           }
         }
       }