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;