Browse Source

[Fix-6896] fix the problem that the name search cannot be used. (#6911)

3.0.0/version-upgrade
songjianet 3 years ago committed by GitHub
parent
commit
1be080237b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 18
      dolphinscheduler-ui/src/sass/common/index.scss

18
dolphinscheduler-ui/src/sass/common/index.scss

@ -80,21 +80,19 @@ body{
//background: #f8fbfe; //background: #f8fbfe;
} }
.conditions-model { .conditions-model {
height: 50px; display: flex;
position: relative; justify-content: space-between;
align-items: center;
margin: 10px 0;
.left { .left {
position: absolute; margin-left: 12px;
left: 12px;
top: 13px;
} }
.right { .right {
position: absolute; margin-right: 8px;
right: 8px; > .form-box {
top: 13px;
.form-box {
.list { .list {
float: right; float: right;
margin-right: 4px; margin: 3px 4px 3px 0;
} }
} }
} }

Loading…
Cancel
Save