You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2022/01/22 00:14:43 UTC

[GitHub] [dolphinscheduler] songjianet commented on a change in pull request #6718: [Feature][DataQuality] Add Data quality Module #4283

songjianet commented on a change in pull request #6718:
URL: https://github.com/apache/dolphinscheduler/pull/6718#discussion_r790069732



##########
File path: dolphinscheduler-ui/src/js/conf/home/pages/dag/_source/dag.scss
##########
@@ -15,6 +15,542 @@
  * limitations under the License.
  */
 
+.dag-model {
+  background: url("../img/dag_bg.png");
+  height: calc(100vh - 100px);
+  ::selection {
+    background:transparent;
+  }
+  ::-moz-selection {
+    background:transparent;
+  }
+  ::-webkit-selection {
+    background:transparent;
+  }
+  .jsplumb-connector {
+    z-index: 1;
+  }
+  .endpoint-tasks {
+    margin-top:22px;
+  }
+  .draggable {
+    > span {
+      text-align: center;
+      display: block;
+      margin-top: -4px;
+      padding: 0 4px;
+      width: 200px;
+      margin-left: -81px;
+      position: absolute;
+      left: 0;
+      bottom: -12px;
+    }
+    .fa {
+      display: inline-block;
+      position: absolute;
+      right: -8px;
+      top: -8px;
+      z-index: 2;
+      cursor: pointer;
+    }
+    .icos {
+      display: inline-block;
+      cursor: pointer;
+    }
+    &.active-tasks {
+      span {
+        color: #0296DF;
+      }
+    }
+  }
+  .icos {
+    width: 32px;
+    height: 32px;
+    margin: 2px;
+    border-radius: 3px;
+    position: relative;
+    z-index: 9;
+  }
+  .icos-SHELL {
+    background: url("../img/toolbar_SHELL.png") no-repeat 50% 50%;
+  }
+  .icos-WATERDROP {
+    background: url("../img/toolbar_WATERDROP.png") no-repeat 50% 50%;

Review comment:
       This icon cannot be found locally.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org