zhangzengfei
2022-12-05 c746783c4f570f9bdbe2d62b22bda22308b0dfba
src/views/hashrate/AlgManage/index.vue
@@ -16,7 +16,7 @@
      <!-- 免费算法列表 -->
      <div class="label freeLabel">
        免费算法 <span class="des">从此处拖拽算法图标安装到设备</span>
        本地算法 <span class="des">从此处拖拽算法图标安装到设备</span>
      </div>
      <div class="freeList scroll">
        <div
@@ -165,7 +165,8 @@
          }
          if (
            item.logoUrl.indexOf("http://apps.smartai.com/httpImage/") === -1
            item.logoUrl.indexOf("http://apps.smartai.com/httpImage/") === -1 &&
            item.logoUrl.indexOf("/files") != 0
          ) {
            item.logoUrl = "/httpImage/" + item.logoUrl;
          }
@@ -421,15 +422,15 @@
    .update {
      position: absolute;
      top: 20px;
      right: 20px;
      width: 140px;
      height: 40px;
      top: 6px;
      right: 165px;
      width: 112px;
      height: 32px;
      background: #0065ff;
      color: #fff;
      font-size: 14px;
      /* font-size: 15px; */
      font-weight: 700;
      line-height: 40px;
      line-height: 33px;
      text-align: center;
    }