ZZJ
2022-07-28 edef6ae8f59823258ce610c9074d32e698958b51
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;