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

kerwin pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/dolphinscheduler.git


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

commit 1be080237bad025651247bd24dc5ad2b24520f8d
Author: songjianet <[email protected]>
AuthorDate: Fri Nov 19 11:46:45 2021 +0800

    [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 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;
           }
         }
       }

Reply via email to