ZZJ
2022-07-15 5c0c6ad7ac6f28e970532af9936de638830f1161
src/views/hashrate/AlgManage/components/AlgCard.vue
@@ -40,6 +40,7 @@
        nodeId: this.devId,
        path: this.alg.id,
        userId: JSON.parse(sessionStorage.getItem("userInfo")).id,
        inputText: this.alg.sdk_name,
      });
      if (res && res.success) {
        this.$notify({
@@ -127,7 +128,7 @@
    .btns {
      position: absolute;
      display: flex;
      justify-content: end;
      justify-content: flex-end;
      bottom: 10px;
      right: 10px;