Commit 3477d28d authored by 向偲彪's avatar 向偲彪 Committed by lgcareer
Browse files

Fixed DAG zoom in and zoom out nodes separated from arrows #1679 (#1680)

* Fix api url

* Fixed DAG zoom in and zoom out nodes separated from arrows
parent 0e66c71f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -309,13 +309,13 @@ svg path:hover {
  //min-width: calc(100% - 220px);
  width: 8000px;
  height: 5000px;
  position: relative;
  svg:not(:root){
    z-index: 11;
  }
}

.jtk-demo-canvas {
  position: relative;
  height: 100%;
}

+8 −1
Original line number Diff line number Diff line
@@ -187,6 +187,13 @@
      })
        if (this.tasks.length) {
          Dag.backfill(true)
          if (this.type === 'instance') {
            this._getTaskState(false).then(res => {})
            // Round robin acquisition status
            this.setIntervalP = setInterval(() => {
              this._getTaskState(true).then(res => {})
            }, 90000)
          }
        } else {
          Dag.create()
        }