mark
2022-10-25 f20a554bdb24e9dfde9dc6a69d78595944f61d15
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;